CancellationToken Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CancellationToken type exposes the following members.

Properties

  Name Description
Public property CanBeCanceled Gets whether this token is capable of being in the canceled state.
Public property IsCancellationRequested Gets whether cancellation has been requested for this token.
Public propertyStatic member None Returns an empty CancellationToken value.
Public property WaitHandle Gets a WaitHandle that is signaled when the token is canceled.

Top