LBM .Net API Documentation
createHotFailoverSource Method (lbmtopic, cb, cbArg)
Namespacescom.latencybusters.lbmLBMContextcreateHotFailoverSource(LBMTopic, LBMSourceEventCallback, Object)
Create an LBM Hot-Failover Source object associated with this context and a given topic.
Declaration Syntax
C#
public LBMHotFailoverSource createHotFailoverSource(
	LBMTopic lbmtopic,
	LBMSourceEventCallback cb,
	Object cbArg
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the source
cb (LBMSourceEventCallback)
Callback implementing the LBMSourceEventCallback delegate interface
cbArg (Object)
Callback token object
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