| ResponseRateLimitRemaining Property |
The remaining number of calls available to your app 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 RateLimitRemaining { get; set; }
Public Property RateLimitRemaining As Integer
Get
Set
public:
property int RateLimitRemaining {
int get ();
void set (int value);
}
member RateLimitRemaining : int with get, set
Property Value
Type:
Int32See Also