[This is preliminary documentation and is subject to change.]
Return throttle limit over Interval
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$limit")]
public double Limit { get; internal set; }
[ConfigAttribute("$limit")]
public double Limit { get; internal set; }
<ConfigAttribute("$limit")>
Public Property Limit As Double
Get
Friend Set
<ConfigAttribute("$limit")>
Public Property Limit As Double
Get
Friend Set
public:
[ConfigAttribute(L"$limit")]
property double Limit {
double get ();
internal: void set (double value);
}
public:
[ConfigAttribute(L"$limit")]
property double Limit {
double get ();
internal: void set (double value);
}
[<ConfigAttribute("$limit")>]
member Limit : float with get, internal set
[<ConfigAttribute("$limit")>]
member Limit : float with get, internal set
Property Value
Type:
Double