AsyncRelayCommandT(FuncCancellationToken, T, Task, FuncT, Boolean, Boolean) Constructor |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public AsyncRelayCommand(
Func<CancellationToken, T, Task> action,
Func<T, bool> canExecute,
bool canCancel
)
Parameters
- action FuncCancellationToken, T, Task
-
- canExecute FuncT, Boolean
-
- canCancel Boolean
-
See Also