| ResponseRateLimitLimit Property |
The total number of calls allowed within the 1-hour window
Namespace: InstaSharp.Models.ResponsesAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int RateLimitLimit { get; set; }
Public Property RateLimitLimit As Integer
Get
Set
public:
property int RateLimitLimit {
int get ();
void set (int value);
}
member RateLimitLimit : int with get, set
Property Value
Type:
Int32See Also