LBM .Net API Documentation
setPatternCallback Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMWildcardReceiverAttributessetPatternCallback(LBMWildcardPatternCallback, Object)
Set the callback interface (and a callback handle argument) to be called when a pattern match is desired for a topic discovered for a wildcard receiver if the pattern type is set to "appcb"
Declaration Syntax
C#
public void setPatternCallback(
	LBMWildcardPatternCallback cb,
	Object cbArg
)
Parameters
cb (LBMWildcardPatternCallback)
Callback implementing the LBMWildcardPatternCallback delegate interface
cbArg (Object)
Callback object passed as a token to the callback interface

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0