Click or drag to resize

AsyncRelayCommand Constructor

Overload List
  NameDescription
Public methodAsyncRelayCommand(Action)
Creates a new parameterless command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommand(ActionObject)
Creates a new command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommand(FuncTask)
Creates a new parameterless asynchronous command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommand(FuncObject, Task)
Creates a new command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommand(Action, FuncBoolean)
Creates a new parameterless command.
Public methodAsyncRelayCommand(ActionObject, PredicateObject)
Creates a new command.
Public methodAsyncRelayCommand(FuncTask, FuncBoolean)
Creates a parameterless new asynchronous command.
Public methodAsyncRelayCommand(FuncObject, Task, PredicateObject)
Creates a new asynchronous command.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md