Process internal events in the given LBM context object.

C# |
public void processEvents( long msec )

- msec (Int64)
- Continue event processing loop for at least msec milliseconds before returning.

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.

Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |