The IConcurrencyThrottle type exposes the following members.

Methods

  NameDescription
Public methodEnter
Calling enter will cause thread to wait until bandwidth is available
Public methodExit
Calling exit signals that a throttled operation is complete and will in turn release a waiting thread if one exists

Properties

  NameDescription
Public propertyCurrentValue
The current count of concurrent operations
Public propertyEnabled
Enables/disables throttle
Public propertyMaxValue
The maximum number of concurrent operations

See Also