Click or drag to resize

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
Syntax
C#
void WaitForInvocation(
	long msecWait,
	int numberOfNewEvents
)

Parameters

msecWait
Type: SystemInt64
to wait
numberOfNewEvents
Type: SystemInt32
number of events to await
See Also