IAsyncCommand Members
In This Article
#Properties
Name | Description |
---|---|
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. |
#Methods
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 |
#Events
Name | Description |
---|---|
Can |
Occurs when changes occur that affect whether or not the command should execute. Inherited from ICommand. |
See Also