Skip to main content
A newer version of this page is available. .

AsyncCommand<T>.CancellationToken Property

Gets the CancellationToken that propagates the notification that an asynchronous command should be canceled.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

A cancellation token.

Implements

See Also