LBM .Net API Documentation
LBMSourceStatistics Constructor (lbmctx, maxStats)
Namespacescom.latencybusters.lbmLBMSourceStatisticsLBMSourceStatistics(LBMContext, Int32)
Instantiate object containing the current set of source transport statistics for a given LBM source
Declaration Syntax
C#
public LBMSourceStatistics(
	LBMContext lbmctx,
	int maxStats
)
Parameters
lbmctx (LBMContext)
LBMContext object associated with statistics to be retrieved
maxStats (Int32)
Maximum number of statistical sets to retrieve
Remarks
This constructor will throw LBMEInvalException if maxStats is less than the the available number of transport statistical sets.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0