This document is archived and information here might be outdated.  Recommended version.


IGatewayStatistics.GatewayStatisticsRate Property (ArcObjects .NET 10.6 SDK)
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(
  System.Int32* requestRate
);
[C++]

Parameters requestRate [in]
requestRate is a parameter of type long requestRate [out, retval]
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