ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.Transactions Property

The number of transactons of this machine.

[Visual Basic .NET]
Public Property Transactions As Integer
[C#]
public int Transactions {get; set;}
[C++]
HRESULT get_Transactions(
  long* pCount
);
[C++]
HRESULT put_Transactions(
  long pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long pCount [in]   pCount is a parameter of type long

Product Availability

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

See Also

IDiscoveryServerMachineStatistics Interface