LBM .Net API Documentation
setSourceCostCallback Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMContextAttributessetSourceCostCallback(LBMSourceCostCallback, Object)
Set the source cost callback function for an LBMContext, which is an application callback to evaluate the cost of a newly discovered source
Declaration Syntax
C#
public void setSourceCostCallback(
	LBMSourceCostCallback cb,
	Object cbArg
)
Parameters
cb (LBMSourceCostCallback)
LBMSourceCostCallback callback delegate
cbArg (Object)
Callback object token

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0