Execute Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

ActionCommand<(Of <(<'T>)>)>..::..Execute Method

Defines the method to be called when the command is invoked.

Namespace:  RegnoSoftware.Standard.Commands
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public void Execute(
	Object parameter
)

Parameters

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