Click or drag to resize

SupportUpdateListenerGetInvokedFlagsAndReset Method

For multiple listeners, return the invoked flags and reset each listener

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static bool[] GetInvokedFlagsAndReset(
	SupportUpdateListener[] listeners
)

Parameters

listeners
Type: com.espertech.esper.runtime.client.scopetestSupportUpdateListener

[Missing <param name="listeners"/> documentation for "M:com.espertech.esper.runtime.client.scopetest.SupportUpdateListener.GetInvokedFlagsAndReset(com.espertech.esper.runtime.client.scopetest.SupportUpdateListener[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.scopetest.SupportUpdateListener.GetInvokedFlagsAndReset(com.espertech.esper.runtime.client.scopetest.SupportUpdateListener[])"]

See Also