Event queue callback delegate

Declaration Syntax
public delegate void LBMEventQueueCallback(
Object cbArg,
int eventType,
int eventQueueSize,
long eventQueueDelay
)

Parameters
- cbArg (Object)
- Callback object token
- eventType (Int32)
- Type of event
- eventQueueSize (Int32)
- Current queue size (number of messages)
- eventQueueDelay (Int64)
- Queuing delay (in microseconds) associated with the first message on the event queue
Assembly:
lbmcs (Module: lbmcs) Version: 6.7.1.0