Share via


IAsyncCommand<T>.ExecuteAsync(T) Method

Definition

Executes the Command as a Task

public System.Threading.Tasks.Task ExecuteAsync(T parameter);

Parameters

parameter
T

Data used by the command. If the command does not require data to be passed, this object can be set to null.

Returns

System.Threading.Tasks.Task

The Task to execute

Applies to