LBM .Net API Documentation
LBMTopic Class
Namespacescom.latencybusters.lbmLBMTopic
LBM Topic class. 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 class LBMTopic
Members
All MembersConstructorsMethods



IconMemberDescription
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()()().)
Remarks

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

Inheritance Hierarchy
Object
LBMTopic

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0