RequestLogMonitorOnExec Method |
The main entry point for the task.
Namespace:
NetQuarry.Core.ScheduledTasks
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected override void OnExec(
int cmdID,
params Object[] args
)
Protected Overrides Sub OnExec (
cmdID As Integer,
ParamArray args As Object()
)
Parameters
- cmdID
- Type: SystemInt32
The command, ignored at this time. - args
- Type: SystemObject
The args, ignored at this time.
See Also