This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGatewayStatistics Interface > IGatewayStatistics.GatewayStatisticsRate Property (ArcObjects .NET 10.5 SDK) |
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