LBM .Net API Documentation
setFromXml Method (contextName, topicName)
Namespacescom.latencybusters.lbmLBMSourceAttributessetFromXml(String, String)
Set values in an LBMSourceAttributes class using a context name and topic name from the xml configuration that must have been previously loaded.
Declaration Syntax
C#
public void setFromXml(
	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