[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
Name | Description | |
---|---|---|
![]() | AddListener | Add a listener to the statement. |
![]() | Equals | (Inherited from Object.) |
![]() | 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. |
![]() | 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.) |