 | SupportListenerWaitForInvocation Method |
Wait for the listener invocation for up to the given number of milliseconds.
Namespace:
com.espertech.esper.runtime.client.scopetest
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxvoid WaitForInvocation(
long msecWait,
int numberOfNewEvents
)
Parameters
- msecWait
- Type: SystemInt64
to wait - numberOfNewEvents
- Type: SystemInt32
number of events to await
See Also