AsyncCommand<T>.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
#Parameters
Name | Type | Description |
---|---|---|
milliseconds |
Int32 | The number of milliseconds to wait before canceling this Cancellation |
#Implements
See Also