Click or drag to resize

IAsyncRelayCommand Methods

The IAsyncRelayCommand type exposes the following members.

Methods
  NameDescription
Public methodCanExecute
Checks if the ICommand can execute.
Public methodCanExecute(Object)
Defines the method that determines whether the command can execute in its current state.
(Inherited from ICommand.)
Public methodExecute
Defines the method to be called when the command is invoked.
(Inherited from ICommand.)
Public methodExecuteAsync
Executes the AsyncRelayCommand asynchronously.
Public methodExecuteAsync(Object)
Asynchronously executes the AsyncRelayCommand on the current command target.
Public methodExecuteAsync(CancellationToken)
Executes the AsyncRelayCommand asynchronously.
Public methodExecuteAsync(Object, CancellationToken)
Asynchronously executes the AsyncRelayCommand on the current command target.
Public methodInvalidateCommand
Raises the event of this particular command only.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md