LBM .Net API Documentation
LBMWildcardReceiver Constructor (lbmctx, pattern, lbmrcvattr, lbmwrcvattr, cb, cbArg, lbmevq)
Namespacescom.latencybusters.lbmLBMWildcardReceiverLBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMReceiverCallback, Object, LBMEventQueue)
Instantiate an LBM Wildcard Receiver object (associated with a specified event queue) that will receive messages sent to any topic matching the given pattern, with an initial callback and callback object set.
Declaration Syntax
C#
public LBMWildcardReceiver(
	LBMContext lbmctx,
	string pattern,
	LBMReceiverAttributes lbmrcvattr,
	LBMWildcardReceiverAttributes lbmwrcvattr,
	LBMReceiverCallback cb,
	Object cbArg,
	LBMEventQueue lbmevq
)
Parameters
lbmctx (LBMContext)
Context with which to associate the receiver
pattern (String)
Pattern used to match topic strings
lbmrcvattr (LBMReceiverAttributes)
LBMReceiverAttributes to be associated with this wildcard receiver
lbmwrcvattr (LBMWildcardReceiverAttributes)
LBMWildcardReceiverAttributes to be associated with this wildcard receiver
cb (LBMReceiverCallback)
Callback implementing the LBMReceiverCallback delegate interface
cbArg (Object)
Callback object passed as token to callback interface
lbmevq (LBMEventQueue)
Event queue with which to associate the receiver (all receiver events will be posted to this event queue)
Remarks
Warning: It is not safe to call this constructor from a context thread callback.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0