Instantiate an LBM Receiver object associated with a given context
and topic, with an initial receiver callback and callback object set.
Declaration Syntax
C# |
public LBMReceiver( LBMContext lbmctx, LBMTopic lbmtopic, LBMReceiverCallback cb, Object cbArg )
Parameters
- lbmctx (LBMContext)
- Context with which to associate the receiver
- lbmtopic (LBMTopic)
- LBMTopic used to initialize the receiver
- cb (LBMReceiverCallback)
- Callback implementing the LBMReceiverCallback delegate interface
- cbArg (Object)
- Callback object passed as token to callback interface
Remarks
Warning: It is not safe to call this constructor from a context thread callback.