Click or drag to resize

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)
Syntax
public void Execute()

Implements

IAsyncRelayCommandExecute
Remarks
If the execute delegate is asynchronous (awaitable) then the execution is asynchronous otherwise synchronous.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md