Description
This method should be overridden in the specific daemon processor component.
It should start the daemon business component instance and return its handle.
Parameters
ohDaemon | output | handle | Handle to the daemon instance |
ohDaemonQueue | output | handle | Handle to the DaemonQueue component |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program/beventdaemonprocessor.p)
<ANCESTOR-CODE>
<I-1 {bFcStartAndOpenInstance
&CLASS = "BEventDaemon"}>
assign ohDaemon = vhBEventDaemonInst.
<I-2 {bFcStartAndOpenInstance
&CLASS = "BEventDaemonQueue"}>
assign ohDaemonQueue = vhBEventDaemonQueue1Inst.