AsyncDelegateCommandT(FuncT, Task) Constructor

Class constructor.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public AsyncDelegateCommand(
	Func<T, Task> execute
)

Parameters

execute  FuncT, Task
Function to be executed by the command.

See Also