Click or drag to resize

EPDeployment Constructor

Initializes a new instance of the EPDeployment class

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public EPDeployment(
	string deploymentId,
	string moduleName,
	IDictionary moduleProperties,
	bool statements,
	ModuleProperty deploymentIdDependencies,
	Object lastUpdateDate
)

Parameters

deploymentId
Type: SystemString

[Missing <param name="deploymentId"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

moduleName
Type: SystemString

[Missing <param name="moduleName"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

moduleProperties
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="moduleProperties"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

statements
Type: SystemBoolean

[Missing <param name="statements"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

deploymentIdDependencies
Type: com.espertech.esper.common.client.moduleModuleProperty

[Missing <param name="deploymentIdDependencies"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

lastUpdateDate
Type: SystemObject

[Missing <param name="lastUpdateDate"/> documentation for "M:com.espertech.esper.runtime.client.EPDeployment.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2,System.Boolean,com.espertech.esper.common.client.module.ModuleProperty,System.Object)"]

See Also