IAsyncCommand Methods
An interface that specifies an asynchronous command.
Name | Description |
---|---|
Cancel() | Creates a request to cancel the command execution. |
Cancel |
Creates a request to cancel the command execution. |
Cancel |
Creates a request to cancel the command execution after the specified number of milliseconds. |
Cancel |
Creates a request to cancel the command execution after the specified time span. |
Can |
Defines the method that determines whether the command can execute in its current state. Inherited from ICommand. |
Execute |
Defines the method to be called when the command is invoked. Inherited from ICommand. |
Execute |
Defines the asynchronous method to be called when the command is invoked. |
Raise |
Raises the Can |
See Also