Click or drag to resize

AsyncRelayCommand(FuncCancellationToken, Task, FuncBoolean, Boolean) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public AsyncRelayCommand(
	Func<CancellationToken, Task> action,
	Func<bool> canExecute,
	bool canCancel
)

Parameters

action  FuncCancellationToken, Task
 
canExecute  FuncBoolean
 
canCancel  Boolean
 
See Also