AsyncManualResetEvent Methods

 

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

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_pubmethodPulseAllAsync()

Sets and immediately resets this event, allowing all current waiters to unblock.

System_CAPS_pubmethodReset()

Resets this event to a state that will block callers of WaitAsync.

System_CAPS_pubmethodSetAsync()

Sets this event to unblock callers of < WaitAsync.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWaitAsync()

Returns a task that will be completed when this event is set.

Return to top
Show: