LBM .Net API Documentation
LBMReceiverCreationCallback Delegate
Namespacescom.latencybusters.lbmLBMReceiverCreationCallback
Application callback for notification of creation of a receiver for a topic.
Declaration Syntax
C#
public delegate Object LBMReceiverCreationCallback(
	string receiverName,
	Object cbArg
)
Parameters
receiverName (String)
The unique receiver name string (e.g., "TCP:192.168.0.4:45789").
cbArg (Object)
Callback object token.
Return Value
User-supplied callback object to pass in to corresponding LBMSourceDeletionCallback callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0