AsyncCountdownEvent Class

 

An asynchronous countdown event.

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

System.Object
  Microsoft.VisualStudio.Threading.AsyncCountdownEvent

public class AsyncCountdownEvent

NameDescription
System_CAPS_pubmethodAsyncCountdownEvent(Int32)

Initializes a new instance of AsyncCountdownEvent.

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

Decrements the counter by one and returns an awaitable that executes the continuation when the counter reaches zero.

System_CAPS_pubmethodSignalAsync()

Decrements the counter by one.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWaitAsync()

Returns an awaitable that executes the continuation when the counter reaches zero.

This type is thread-safe for all members.

Return to top
Show: