LBM .Net API Documentation
LBMWildcardReceiverAttributes Constructor (contextName, pattern, patternType)
Namespacescom.latencybusters.lbmLBMWildcardReceiverAttributesLBMWildcardReceiverAttributes(String, String, Int32)
Instantiate an LBMWildcardReceiverAttributes class using a context name, pattern, and pattern type from the xml configuration that must have been previously loaded.
Declaration Syntax
C#
public LBMWildcardReceiverAttributes(
	string contextName,
	string pattern,
	int patternType
)
Parameters
contextName (String)
The context name under which this wildcard receiver is to be created.
pattern (String)
The pattern string which will be used to create the LBMWildcardReceiver.
patternType (Int32)
The pattern_type which will be used to create the LBMWildcardReceiver. The pattern_type is written into the attributes object.
Exceptions
ExceptionCondition
The context name or pattern and pattern_type combination 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