AsyncRelayCommand.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
override this.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.

Implements

Applies to