AbstractUIThreadOperationContext.UserCancellationToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancellation token for cancelling the operation.
public:
virtual property System::Threading::CancellationToken UserCancellationToken { System::Threading::CancellationToken get(); };
public virtual System.Threading.CancellationToken UserCancellationToken { get; }
member this.UserCancellationToken : System.Threading.CancellationToken
Public Overridable ReadOnly Property UserCancellationToken As CancellationToken