CancellationTokenSource::Token Property
Gets the CancellationToken associated with this CancellationTokenSource.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading::CancellationTokenThe CancellationToken associated with this CancellationTokenSource.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The token source has been disposed. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: