Click or drag to resize

AsyncRelayCommand Methods

The AsyncRelayCommand type exposes the following members.

Methods
  NameDescription
Public methodCanExecute
Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.)
Public methodCanExecute(TParam)
Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteAsync
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(CancellationToken)
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(TParam)
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(TParam, CancellationToken)
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateCommand
Extends ICommand to allow asynchronous command execution, where the accepted parameter of the ExecuteAsync(TParam) and CanExecute is strongly typed to eliminate type casting inside the registered callbacks.
(Inherited from AsyncRelayCommandTParam.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCanExecuteChanged
Raises the CanExecuteChanged event.
(Inherited from AsyncRelayCommandTParam.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICommandCanExecute
Explicit ICommand implementation. Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.)
Explicit interface implementationPrivate methodICommandExecute
Explicit ICommand implementation. Executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.)
Explicit interface implementationPrivate methodIAsyncRelayCommandExecuteAsync(Object)
Asynchronously executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.)
Explicit interface implementationPrivate methodIAsyncRelayCommandExecuteAsync(Object, CancellationToken)
Asynchronously executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.)
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md