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).

C# |
public LBMTopic( LBMContext lbmctx, string symbol, LBMSourceAttributes lbmsattr )

- 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

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

Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |
