AsyncAutoResetEvent Constructor
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
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. |
Show:
