[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Interface to add and remove update listeners receiving events for an EP statement.
The following tables list the members exposed by the EPStatement type.
Public Methods
Name | Description | |
---|---|---|
![]() | AddListener | Add an listener that observes events. (Inherited from EPListenable.) |
![]() | GetEnumerator | (Inherited from IEnumerable<(Of T>).) |
![]() | GetEnumerator | (Inherited from IEnumerable.) |
![]() | RemoveAllListeners | Remove all listeners. (Inherited from EPListenable.) |
![]() | RemoveListener | Remove an listener that observes events. (Inherited from EPListenable.) |
![]() | Start | Start the statement. |
![]() | Stop | Stop the statement. |
Public Properties
Name | Description | |
---|---|---|
![]() | EventType | Returns the type of events the iterable returns. (Inherited from EPIterable.) |
![]() | Text | Returns the underlying expression text or XML. |