AsyncDelegateCommandT(FuncT, Task) Constructor
Class constructor.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public AsyncDelegateCommand(
Func<T, Task> execute
)
Public Sub New (
execute As Func(Of T, Task)
)
Parameters
- execute FuncT, Task
- Function to be executed by the command.