AsyncManualResetEvent 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.) |
![]() | PulseAllAsync() | Sets and immediately resets this event, allowing all current waiters to unblock. |
![]() | Reset() | Resets this event to a state that will block callers of WaitAsync. |
![]() | SetAsync() | Sets this event to unblock callers of < WaitAsync. |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitAsync() | Returns a task that will be completed when this event is set. |
Show:

