Skip to main content

AsyncCommand<T>.Cancel(Boolean) Method

Creates a request to cancel the command execution.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public void Cancel(
    bool throwOnFirstException
)

Parameters

Name Type Description
throwOnFirstException Boolean

true if an exception should cancel the command execution; otherwise, false.

Implements

See Also