Edit

Share via


IAsyncRelayCommand.ExecuteAsync(Object) Method

Definition

Provides a more specific version of Execute(Object), also returning the Task representing the async operation being executed.

public System.Threading.Tasks.Task ExecuteAsync(object? parameter);
abstract member ExecuteAsync : obj -> System.Threading.Tasks.Task
Public Function ExecuteAsync (parameter As Object) As Task

Parameters

parameter
Object

The input parameter.

Returns

The Task representing the async operation being executed.

Exceptions

Thrown if parameter is incompatible with the underlying command implementation.

Applies to