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

AsyncCommand<T>.CancelAfter(Int32) Method

Creates a request to cancel the command execution after the specified number of milliseconds.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

Declaration

public void CancelAfter(
    int millisecondsDelay
)

Parameters

Name Type Description
millisecondsDelay Int32

The number of milliseconds to wait before canceling this CancellationTokenSource.

Implements

See Also