Class IAsyncRelayCommandExtensions
Extensions for the IAsyncRelayCommand type.
Inheritance
System.Object
IAsyncRelayCommandExtensions
Namespace: ISynergy.Framework.Mvvm.Extensions
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public static class IAsyncRelayCommandExtensions : object
Methods
View SourceCreateCancelCommand(IAsyncRelayCommand)
Creates an
Declaration
public static ICommand CreateCancelCommand(this IAsyncRelayCommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncRelayCommand | command | The input IAsyncRelayCommand instance to create a cancellation command for. |
Returns
| Type | Description |
|---|---|
| ICommand | An |
Remarks
The returned instance is not guaranteed to be unique across multiple invocations with the same arguments.