ArcObjects Library Reference (TrackingAnalyst)  

IGatewayStatistics.GatewayStatisticsRate Property

The time in milliseconds between requests made to get the latest gateway statistics.

[Visual Basic .NET]
Public Property GatewayStatisticsRate As Integer
[C#]
public int GatewayStatisticsRate {get; set;}
[C++]
HRESULT get_GatewayStatisticsRate(
  long* requestRate
);
[C++]
HRESULT put_GatewayStatisticsRate(
  long requestRate
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IGatewayStatistics Interface