Execute()
Executes the command asynchronously and returns a DelegateCommandExecution that can be used to track and cancel the execution.
Declaration
public DelegateCommandExecution Execute()Returns
| Type | Description |
|---|---|
| DelegateCommandExecution | A DelegateCommandExecution representing the execution. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown when the command cannot be executed. |