AsyncSemaphore Class
Visual Studio 2015
An asynchronous class like SemaphoreSlim with more convenient release syntax.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncSemaphore(Int32) | Initializes a new instance of AsyncSemaphore. |
| 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. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This type is thread-safe for all members.
Show:

