Click or drag to resize

ScheduledHandlerExec Method

Executes a command.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Exec(
	IAppContext appContext,
	int cmdID,
	params Object[] args
)

Parameters

appContext
Type: NetQuarryIAppContext
The application object
cmdID
Type: SystemInt32
The command to execute.
args
Type: SystemObject
Array of custom arguments

Implements

ICmdHandlerExec(IAppContext, Int32, Object)
See Also