IAsyncCommand.CancellationToken Property
In This Article
Gets the CancellationToken that propagates a notification that the asynchronous command should be canceled.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
A cancellation token. |
See Also