Skip to main content

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