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

AsyncCommand<T>.CancelAfter Method

Name Parameters Description
CancelAfter(Int32) millisecondsDelay Creates a request to cancel the command execution after the specified number of milliseconds.
CancelAfter(TimeSpan) delay Creates a request to cancel the command execution after the specified time span.