Skip to main content

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.