Skip to main content
A newer version of this page is available. .

AsyncCommand Constructors

An asynchronous command without a command parameter.
Name Parameters Description
AsyncCommand(Func<CancellationToken, Task>, Func<Boolean>, Boolean) execute, canExecute, allowMultipleExecution Initializes a new instance of the AsyncCommand class with specified settings.
AsyncCommand(Func<Task>, Func<Boolean>, Boolean) execute, canExecute, allowMultipleExecution Initializes a new instance of the AsyncCommand class with specified settings.
See Also