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

Statement implementation for EQL statements.

The statement Starts on construction. When listeners are added and removed from the view a child dispatch view is added/removed to/from the parent view to support push mode.

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

Public Methods

  NameDescription
AddListener
Add a listener to the statement.
(Inherited from EPStatementSupport.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the collection.

GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ListenerStart
Called when the first listener is added.
(Overrides .ListenerStart().)
ListenerStop
Called when the last listener is removed.
(Overrides .ListenerStop().)
RemoveAllListeners
Remove all listeners to a statement.
(Inherited from EPStatementSupport.)
RemoveListener
Remove a listeners to a statement.
(Inherited from EPStatementSupport.)
Start
Start the statement.

Stop
Stop the statement.

ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationIEnumerable.System.Collections.IEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.