This document is archived and information here might be outdated. Recommended version. |
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*