Click or drag to resize

EPContextPartitionServiceGetContextProperties Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextProperties(System.Boolean,System.String,System.Object)"]

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
IDictionary GetContextProperties(
	bool deploymentId,
	string contextName,
	Object contextPartitionId
)

Parameters

deploymentId
Type: SystemBoolean

[Missing <param name="deploymentId"/> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextProperties(System.Boolean,System.String,System.Object)"]

contextName
Type: SystemString

[Missing <param name="contextName"/> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextProperties(System.Boolean,System.String,System.Object)"]

contextPartitionId
Type: SystemObject

[Missing <param name="contextPartitionId"/> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextProperties(System.Boolean,System.String,System.Object)"]

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.common.client.context.EPContextPartitionService.GetContextProperties(System.Boolean,System.String,System.Object)"]

See Also