ArcObjects Library Reference (Server)  

IServerMachineInfo.NumberOfProcessors Property

Number of processors.

[Visual Basic .NET]
Public ReadOnly Property NumberOfProcessors As Integer
[C#]
public int NumberOfProcessors {get;}
[C++]
HRESULT get_NumberOfProcessors(
  long* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerMachineInfo Interface