CurrentPhaseNumber Property

Task Parallel System.Threading

Gets the number of the barrier's current phase.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CurrentPhaseNumber As Long
C#
public long CurrentPhaseNumber { get; }

See Also