Click or drag to resize

ContextPartitionSelectorById Interface

Selects a context partition by providing the context partition Id(s).

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ContextPartitionSelectorById : ContextPartitionSelector

The ContextPartitionSelectorById type exposes the following members.

Properties
  NameDescription
Public propertyContextPartitionIds
Return the context partition ids to select.
Top
See Also