Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

A cancellation token.

Implements

See Also