Click or drag to resize

IAsyncRelayCommandExecuteAsync Method (Object)

Asynchronously executes the AsyncRelayCommand.

Namespace:  BionicCode.Utilities.Net.Core.Wpf
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
Task ExecuteAsync(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Data used by the command. If the command does not require data to be passed, this object can be set to null.

Return Value

Type: Task

[Missing <returns> documentation for "M:BionicCode.Utilities.Net.Core.Wpf.IAsyncRelayCommand.ExecuteAsync(System.Object)"]

See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md