AsyncSemaphore Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| 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.) |
Show:

