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

AsyncCommand<T> Properties

An asynchronous command whose Execute(T) and CanExecute(T) delegates accept a command parameter of the T type.
Name Description
AllowMultipleExecution Gets whether the AsyncCommand<T> allows you to invoke the execute delegate while its execution is in progress.
CancelCommand Gets the command that creates a request to cancel the asynchronous command execution.
CancellationToken Gets the CancellationToken that propagates the notification that an asynchronous command should be canceled.
IsCancellationRequested Gets whether an AsyncCommand<T> should be cancelled.
IsExecuting Gets whether the asynchronous command is executing.
See Also