Click or drag to resize

EPIterableGetSafeEnumerator Method (ContextPartitionSelector)

For use with statements that have a context declared and that may therefore have multiple context partitions, allows to safe-iterate over context partitions selectively.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
SafeEnumerator<EventBean> GetSafeEnumerator(
	ContextPartitionSelector selector
)

Parameters

selector
Type: com.espertech.esper.common.client.contextContextPartitionSelector
selects context partitions to consider

Return Value

Type: SafeEnumeratorEventBean
safe enumerator
See Also