IAsyncRelayCommand<T>.ExecuteAsync(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a strongly-typed variant of ExecuteAsync(Object).
public System.Threading.Tasks.Task ExecuteAsync (T? parameter);
abstract member ExecuteAsync : 'T -> System.Threading.Tasks.Task
Public Function ExecuteAsync (parameter As T) As Task
Parameters
- parameter
- T
The input parameter.
Returns
The Task representing the async operation being executed.