|
| .NET Framework Class Library |
| Barrier..::.CurrentPhaseNumber Property |
| Barrier Class See Also Send Feedback |
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; } |