[This is preliminary documentation and is subject to change.]
Resolve a typed throttle by name
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public T Get<T>(
string name
)
where T : Throttle
public T Get<T>(
string name
)
where T : Throttle
Public Function Get(Of T As Throttle) (
name As String
) As T
Public Function Get(Of T As Throttle) (
name As String
) As T
public:
generic<typename T>
where T : Throttle
T Get(
String^ name
)
public:
generic<typename T>
where T : Throttle
T Get(
String^ name
)
member Get :
name : string -> 'T when 'T : Throttle
member Get :
name : string -> 'T when 'T : Throttle
- T
Return Value
Type:
T