LBM .Net API Documentation
LBMSourceDeletionCallback Delegate
Namespacescom.latencybusters.lbmLBMSourceDeletionCallback
Application callback for notification of deletion of sources for a topic.
Declaration Syntax
C#
public delegate int LBMSourceDeletionCallback(
	string sourceName,
	Object cbArg,
	Object sourceCbArg
)
Parameters
sourceName (String)
The unique source name string (e.g., "TCP:192.168.0.4:45789").
cbArg (Object)
Callback object token.
sourceCbArg (Object)
Callback object token returned by the corresponding LBMSourceCreationCallback.
Return Value

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0