ThreadedWaitDialogHelper.Session.UserCancellationToken Property

Definition

Gets a token that is canceled when the user clicks the Cancel button in the threaded wait dialog.

public:
 property System::Threading::CancellationToken UserCancellationToken { System::Threading::CancellationToken get(); };
public System.Threading.CancellationToken UserCancellationToken { get; }
member this.UserCancellationToken : System.Threading.CancellationToken
Public ReadOnly Property UserCancellationToken As CancellationToken

Property Value

Returns CancellationToken.

Applies to