ScheduledHandlerOnExec Method |
Abstract Exec handler. Derived classes must implement this method.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected abstract void OnExec(
int cmdID,
params Object[] args
)
Protected MustOverride Sub OnExec (
cmdID As Integer,
ParamArray args As Object()
)
Parameters
- cmdID
- Type: SystemInt32
The command id configured for this object - args
- Type: SystemObject
The custom parameters for this object.
See Also