AsyncCommand<T> Properties
An asynchronous command whose Execute(T) and CanExecute(T) delegates accept a command parameter of the T type.
Name | Description |
---|---|
Allow |
Gets whether the Async |
Cancel |
Gets the command that creates a request to cancel the asynchronous command execution. |
Cancellation |
Gets the Cancellation |
Is |
Gets whether an Async |
Is |
Gets whether the asynchronous command is executing. |
See Also