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