LBM .Net API Documentation
refresh Method (lbmctx, maxStats)
Namespacescom.latencybusters.lbmLBMReceiverStatisticsrefresh(LBMContext, Int32)
Refresh the aggregate set of statistics for a particular context
Declaration Syntax
C#
public void refresh(
	LBMContext lbmctx,
	int maxStats
)
Parameters
lbmctx (LBMContext)
LBMContext object
maxStats (Int32)
Maximum number of sources
Remarks
This method will throw LBMEInvalException if maxStats is less than the the available number of transport statistical sets.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0