|
| .NET Framework Class Library |
| CountdownEvent..::.IsSet Property |
| CountdownEvent Class See Also Send Feedback |
Determines whether the event is set.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsSet As Boolean |
| C# |
|---|
public bool IsSet { get; } |