AsyncSemaphore.EnterAsync Method
Include Protected Members
Include Inherited Members
Requests access to the lock.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnterAsync(CancellationToken) | Requests access to the lock. | |
EnterAsync(Int32, CancellationToken) | Requests access to the lock. | |
EnterAsync(TimeSpan, CancellationToken) | Requests access to the lock. |
Top