Skip to main content

IAsyncCommand Properties

An interface that specifies an asynchronous command.
Name Description
CancelCommand Gets the command that creates a request to cancel the asynchronous command execution.
CancellationToken Gets the CancellationToken that propagates a notification that the asynchronous command should be canceled.
IsCancellationRequested Gets whether an AsyncCommand<T> should be cancelled.
IsExecuting Gets whether the asynchronous command is executing.
See Also