LBM .Net API Documentation
lookupTopic Method (symbol, lbmrattr)
Namespacescom.latencybusters.lbmLBMContextlookupTopic(String, LBMReceiverAttributes)
Create an LBMTopic object (useable for an LBM receiver) for given topic name and attributes. Topic strings should be limited in length to 246 characters (not including the final null).
Declaration Syntax
C#
public LBMTopic lookupTopic(
	string symbol,
	LBMReceiverAttributes lbmrattr
)
Parameters
symbol (String)
Topic name string
lbmrattr (LBMReceiverAttributes)
lbmrattr LBMReceiverAttributes object
Return Value
LBMTopic object for specified topic name and attributes
Remarks
Warning: It is not safe to call this method from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0