Click or drag to resize

AdapterStateManagerDisallowStateTransitions Method

Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.

Namespace:  com.espertech.esper.runtime.client.util
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public void DisallowStateTransitions()
See Also