AsyncAutoResetEvent Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Set() | Sets the signal if it has not already been set. If there is an awaiter, it is allowed to handle the signal. |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitAsync() | Returns an awaitable that may be used to acquire the next signal asynchronously. |
Show:

