LBM .Net API Documentation
processEvents Method (msec)
Namespacescom.latencybusters.lbmLBMContextprocessEvents(Int64)
Process internal events in the given LBM context object.
Declaration Syntax
C#
public void processEvents(
	long msec
)
Parameters
msec (Int64)
Continue event processing loop for at least msec milliseconds before returning.
Remarks
When the operational mode is set to "sequential", it is the responsibility of the application to explicitly process events for the LBM context. This method will process timers and API timer and file descriptor/socket events.

Warning: It is not safe to call this method from a context thread callback.

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