|
| .NET Framework Class Library |
| CountdownEvent..::.InitialCount Property |
| CountdownEvent Class See Also Send Feedback |
Gets the numbers of signals initially required to set the event.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property InitialCount As Integer |
| C# |
|---|
public int InitialCount { get; } |