This topic has not yet been rated - Rate this topic

CancellationToken Properties

The CancellationToken type exposes the following members.

  NameDescription
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 property Static member None Returns an empty CancellationToken value.
Public property WaitHandle Gets a WaitHandle that is signaled when the token is canceled.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.