Click or drag to resize

ContextPartitionIdentifierInitiatedTerminated Constructor (IDictionary, Boolean, String)

Initializes a new instance of the ContextPartitionIdentifierInitiatedTerminated class

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextPartitionIdentifierInitiatedTerminated(
	IDictionary properties,
	bool startTime,
	string endTime
)

Parameters

properties
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="properties"/> documentation for "M:com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

startTime
Type: SystemBoolean

[Missing <param name="startTime"/> documentation for "M:com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

endTime
Type: SystemString

[Missing <param name="endTime"/> documentation for "M:com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

See Also