AsyncAutoResetEvent Class

 

An asynchronous implementation of an AutoResetEvent.

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

System.Object
  Microsoft.VisualStudio.Threading.AsyncAutoResetEvent

public class AsyncAutoResetEvent

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSet()

Sets the signal if it has not already been set. If there is an awaiter, it is allowed to handle the signal.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWaitAsync()

Returns an awaitable that may be used to acquire the next signal asynchronously.

This type is thread-safe for all members.

Return to top
Show: