AsyncBarrier Class

 

An asynchronous barrier that blocks the signaler until all the other participants have signaled.

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

System.Object
  Microsoft.VisualStudio.Threading.AsyncBarrier

public class AsyncBarrier

NameDescription
System_CAPS_pubmethodAsyncBarrier(Int32)

Initializes a new instance of AsyncBarrier.

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

Signals that a participant has completed work, and returns an awaitable that completes when all other participants have also completed.

System_CAPS_pubmethodToString()

(Inherited from Object.)

This type is thread-safe for all members.

Return to top
Show: