Click or drag to resize

EPDeploymentServiceDeploy Method (EPCompiled, DeploymentOptions)

Deploy a compiled module and with the provided options.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
EPDeployment Deploy(
	EPCompiled compiled,
	DeploymentOptions options
)

Parameters

compiled
Type: com.espertech.esper.common.clientEPCompiled
byte code
options
Type: com.espertech.esper.runtime.clientDeploymentOptions
deployment options

Return Value

Type: EPDeployment
deployment
See Also