Click or drag to resize

SupportUpdateListenerWaitForInvocation Method (Int64, Int32)

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

Parameters

msecWait
Type: SystemInt64
to wait
numberOfNewEvents
Type: SystemInt32
in any number of separate invocations required before returning

Implements

SupportListenerWaitForInvocation(Int64, Int32)
See Also