Click or drag to resize

AsyncRelayCommandT(FuncCancellationToken, T, Task, FuncT, Boolean, Boolean) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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