Skip to main content

IAsyncCommand.CancellationToken Property

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
CancellationToken

A cancellation token.

See Also