[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base class for an EPStatement - provides listener registration functions.

The following tables list the members exposed by the EPStatementSupport type.

Public Methods

  NameDescription
AddListener
Add a listener to the statement.

Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ListenerStart
Called when the first listener is added.

ListenerStop
Called when the last listener is removed.

RemoveAllListeners
Remove all listeners to a statement.

RemoveListener
Remove a listeners to a statement.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Protected Constructors

  NameDescription
EPStatementSupportNew

Public Properties

  NameDescription
Listeners
Returns the set of listeners to the statement.