[This is preliminary documentation and is subject to change.]
Get a throttle by name
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IThrottle this[
string name
] { get; }
IThrottle this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IThrottle
Get
ReadOnly Default Property Item (
name As String
) As IThrottle
Get
property IThrottle^ default[String^ name] {
IThrottle^ get (String^ name);
}
property IThrottle^ default[String^ name] {
IThrottle^ get (String^ name);
}
abstract Item : IThrottle with get
abstract Item : IThrottle with get
Property Value
Type:
IThrottle