AsyncAutoResetEvent Constructor

 

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

NameDescription
System_CAPS_pubmethodAsyncAutoResetEvent()

Instantiates a new instance of AsyncAutoResetEvent in which continuations execute synchronously.

System_CAPS_pubmethodAsyncAutoResetEvent(Boolean)

Instantiates a new instance of AsyncAutoResetEvent that specifies whether or not awaiters should be completed synchronously or asynchronously.

Return to top
Show: