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


IGatewayStatistics.GatewayStatisticsRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGatewayStatistics Interface > IGatewayStatistics.GatewayStatisticsRate Property
ArcGIS Developer Help

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