AsyncAutoResetEvent Class
Visual Studio 2015
An asynchronous implementation of an AutoResetEvent.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncAutoResetEvent() | Instantiates a new instance of AsyncAutoResetEvent in which continuations execute synchronously. |
![]() | AsyncAutoResetEvent(Boolean) | Instantiates a new instance of AsyncAutoResetEvent that specifies whether or not awaiters should be completed synchronously or asynchronously. |
| 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. |
This type is thread-safe for all members.
Show:

