LBM .Net API Documentation
setFromXml Method (contextName, topicName)
Namespacescom.latencybusters.lbmLBMReceiverAttributessetFromXml(String, String)
Set values in an LBMReceiverAttributes 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 receiver is to be created
topicName (String)
The receiver topic name under which this receiver is to be created
Exceptions
ExceptionCondition
The context name or receiver 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