Share via


IAsyncValueCommand<T>.ExecuteAsync(T) Method

Definition

Executes the Command as a ValueTask

public System.Threading.Tasks.ValueTask 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.ValueTask

The ValueTask to execute

Applies to