Click or drag to resize

SupportSubscriberAssertOneGetOldAndReset Method

Asserts that exactly one remove stream event was received and no insert stream events, resets the listener clearing all state and returns the received event.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public Object AssertOneGetOldAndReset()

Return Value

Type: Object
single remove-stream event
See Also