AsyncBarrier Class
Visual Studio 2015
An asynchronous barrier that blocks the signaler until all the other participants have signaled.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncBarrier(Int32) | Initializes a new instance of AsyncBarrier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SignalAndWait() | Signals that a participant has completed work, and returns an awaitable that completes when all other participants have also completed. |
![]() | ToString() | (Inherited from Object.) |
This type is thread-safe for all members.
Show:

