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