Click or drag to resize

EPContextPartitionServiceGetContextPartitionStateListeners Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextPartitionStateListeners(System.Void,com.espertech.esper.common.client.context.ContextPartitionStateListener)"]

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
IEnumerator GetContextPartitionStateListeners(
	void deploymentId,
	ContextPartitionStateListener contextName
)

Parameters

deploymentId
Type: SystemVoid

[Missing <param name="deploymentId"/> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextPartitionStateListeners(System.Void,com.espertech.esper.common.client.context.ContextPartitionStateListener)"]

contextName
Type: com.espertech.esper.common.client.contextContextPartitionStateListener

[Missing <param name="contextName"/> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextPartitionStateListeners(System.Void,com.espertech.esper.common.client.context.ContextPartitionStateListener)"]

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextPartitionStateListeners(System.Void,com.espertech.esper.common.client.context.ContextPartitionStateListener)"]

See Also