OperationCanceledException.CancellationToken Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a token associated with the operation that was canceled.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.CancellationTokenA token associated with the operation that was canceled, or a default token.
If the token is associated with a canceled operation, the CancellationToken.IsCancellationRequested property of the token returns true.
Show: