LBM .Net API Documentation
LBMSourceAttributes Constructor (contextName, topicName)
Namespacescom.latencybusters.lbmLBMSourceAttributesLBMSourceAttributes(String, String)
Instantiate an LBMSourceAttributes class using a context name and topic name from the xml configuration that must have been previously loaded.
Declaration Syntax
C#
public LBMSourceAttributes(
	string contextName,
	string topicName
)
Parameters
contextName (String)
The context name under which this source is to be created
topicName (String)
The source topic name under which this source is to be created
Exceptions
ExceptionCondition
The context name or source topic name is not permitted by XML configuration or other unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0