Method ExecuteAsync
ExecuteAsync(object?)
Executes the AsyncRelayCommand on the current command target.
Declaration
public Task ExecuteAsync(object? parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| object | parameter | The parameter to use when executing the AsyncRelayCommand. |
Returns
| Type | Description |
|---|---|
| Task | The Task that represents the asynchronous operation. |