The IConcurrencyThrottle type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Enter |
Calling enter will cause thread to wait until bandwidth is available
|
![]() | Exit |
Calling exit signals that a throttled operation is complete and will in turn release a waiting thread if one exists
|
Properties
Name | Description | |
---|---|---|
![]() | CurrentValue |
The current count of concurrent operations
|
![]() | Enabled |
Enables/disables throttle
|
![]() | MaxValue |
The maximum number of concurrent operations
|