LBM .Net API Documentation
LBMSourceCreationCallback Delegate
Namespacescom.latencybusters.lbmLBMSourceCreationCallback
Application callback for notification of creation of sources for a topic.
Declaration Syntax
C#
public delegate Object LBMSourceCreationCallback(
	string sourceName,
	Object cbArg
)
Parameters
sourceName (String)
The unique source 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