TIBCO Adapter SDK C++ Reference
|
Return TRUE if an event was dispatched before the timeout, FALSE otherwise.
If no event is dispatched within the time limit control returns to the caller.
If, for example, you set the time limit to 1 millisecond and no event occurs in this millisecond (or has occurred in the past and has not yet been reported), this method terminates and no exception is thrown.
Parameters | Description |
ulMillisecTimeout | Time limit, in milliseconds. |
Mboolean nextEvent(unsigned long ulMillisecTimeOut) throw(MException);