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

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0