 | AsyncRelayCommandExecute Method |
Executes the AsyncRelayCommand on the current command target.
Namespace:
BionicCode.Utilities.Net.Framework.Wpf
Assembly:
BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic:
virtual void Execute() sealed
abstract Execute : unit -> unit
override Execute : unit -> unit
public final void Execute()
public final function Execute()
Implements
IAsyncRelayCommandExecute
RemarksIf the execute delegate is asynchronous (awaitable) then the execution is asynchronous otherwise synchronous.
See Also