LBM Topic class.
It is recommended that topic objects be instantiated from the context
factory methods allocTopic()
and lookupTopic() (for
sources and receivers respectively).

C# |
public class LBMTopic

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMTopic(LBMContext, String) |
Turn a Topic string into an LBMTopic object usable by receivers.
It is recommended that topic objects be instantiated from the context
factory methods allocTopic()
and lookupTopic() (for
sources and receivers respectively).
|
![]() | LBMTopic(LBMContext, String, LBMReceiverAttributes) |
Turn a Topic string into an LBMTopic object usable by receivers
It is recommended that topic objects be instantiated from the context
factory methods allocTopic()
and lookupTopic() (for
sources and receivers respectively).
|
![]() | LBMTopic(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).
|
![]() | Finalize()()() |
LBMTopic class finalization
(Overrides Object.Finalize()()().) |

Warning: It is not safe to instantiate this object from a context thread callback.

Object | |
![]() | LBMTopic |