[This is preliminary documentation and is subject to change.]
Unregister a throttle from this throttling container
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool UnregisterThrottle(
Throttle throttle
)
public bool UnregisterThrottle(
Throttle throttle
)
Public Function UnregisterThrottle (
throttle As Throttle
) As Boolean
Public Function UnregisterThrottle (
throttle As Throttle
) As Boolean
public:
virtual bool UnregisterThrottle(
Throttle^ throttle
) sealed
public:
virtual bool UnregisterThrottle(
Throttle^ throttle
) sealed
abstract UnregisterThrottle :
throttle : Throttle -> bool
override UnregisterThrottle :
throttle : Throttle -> bool abstract UnregisterThrottle :
throttle : Throttle -> bool
override UnregisterThrottle :
throttle : Throttle -> bool Return Value
Type:
BooleanTrue if throttle was successfully unregistered
Implements
IThrottling UnregisterThrottle(Throttle)