LBM .Net API Documentation
createHotFailoverSource Method (lbmtopic, cb, cbArg, lbmevq)
Namespacescom.latencybusters.lbmLBMContextcreateHotFailoverSource(LBMTopic, LBMSourceEventCallback, Object, LBMEventQueue)
Create an LBM Hot-Failover Source object associated with this context and a given topic and event queue.
Declaration Syntax
C#
public LBMHotFailoverSource createHotFailoverSource(
	LBMTopic lbmtopic,
	LBMSourceEventCallback cb,
	Object cbArg,
	LBMEventQueue lbmevq
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the source
cb (LBMSourceEventCallback)
Callback implementing the LBMSourceEventCallback delegate interface
cbArg (Object)
Callback token object
lbmevq (LBMEventQueue)
Event queue with which to associate the source (all source events will be posted to this event queue)
Return Value
LBMHotFailoverSource object
Remarks
Warning: It is not safe to call this method from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0