Click or drag to resize

OnDeleteClause Class

A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    com.espertech.esper.common.client.sodaOnDeleteClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OnDeleteClause : OnClause

The OnDeleteClause type exposes the following members.

Constructors
  NameDescription
Public methodOnDeleteClause
Initializes a new instance of the OnDeleteClause class.
Public methodOnDeleteClause(String, String)
Ctor.
Top
Properties
  NameDescription
Public propertyOptionalAsName
Returns the as-provided name for the named window.
Public propertyWindowName
Returns the name of the named window to delete from.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates an on-delete clause.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also