LBM .Net API Documentation
LBMTopic Constructor (lbmctx, symbol, lbmsattr)
Namespacescom.latencybusters.lbmLBMTopicLBMTopic(LBMContext, String, LBMSourceAttributes)
Turn a Topic string into an LBMTopic object usable by sources It is recommended that topic objects be instantiated from the context factory methods allocTopic() and lookupTopic() (for sources and receivers respectively).
Declaration Syntax
C#
public LBMTopic(
	LBMContext lbmctx,
	string symbol,
	LBMSourceAttributes lbmsattr
)
Parameters
lbmctx (LBMContext)
LBMContext object for the topic
symbol (String)
Topic string (Topic strings should be limited in length to 246 characters, not including the final null).
lbmsattr (LBMSourceAttributes)
LBMSourceAttributes object used to initialize the topic object
Remarks

Warning: It is not safe to call this constructor from a context thread callback.

Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0