Click or drag to resize

ContextPartitionIdentifierInitiatedTerminated Class

Context partition identifier for overlapping and non-overlapping contexts.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.contextContextPartitionIdentifier
    com.espertech.esper.common.client.contextContextPartitionIdentifierInitiatedTerminated

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

The ContextPartitionIdentifierInitiatedTerminated type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContextPartitionId
Returns the context partition id.
(Inherited from ContextPartitionIdentifier.)
Public propertyEndTime
Returns the end time of the context partition, if it can be computed
Public propertyProperties
Event or pattern information.
Public propertyStartTime
Returns the start time of the context partition.
Top
Methods
See Also