AsyncCommand<T>.CancelAfter(TimeSpan) Method
In This Article
Creates a request to cancel the command execution after the specified time span.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
delay | Time |
The time span to wait before canceling this Cancellation |
#Implements
See Also