Method ExecuteAsync
ExecuteAsync(object?)
Executes the command asynchronously.
Declaration
Task ExecuteAsync(object? parameter)
Parameters
Type | Name | Description |
---|---|---|
object | parameter | The input parameter. |
Returns
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |