Skip to main content

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