Skip to main content

IAsyncCommand.CancelAfter(Int32) Method

In This Article

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

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

#Declaration

void CancelAfter(
    int millisecondsDelay
)

#Parameters

Name Type Description
millisecondsDelay Int32

The number of milliseconds to wait before canceling this CancellationTokenSource.

See Also