CancellationToken::WaitHandle Property
Gets a WaitHandle that is signaled when the token is canceled.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading::WaitHandle^A WaitHandle that is signaled when the token is canceled.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The associated CancellationTokenSource has been disposed. |
Accessing this property causes a WaitHandle to be instantiated. It is preferable to only use this property when necessary, and to then dispose the associated CancellationTokenSource instance at the earliest opportunity (disposing the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1