Click or drag to resize

EPDeploymentServiceDeploy Method (EPCompiled)

Deploy a compiled module and with the default 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
)

Parameters

compiled
Type: com.espertech.esper.common.clientEPCompiled
byte code

Return Value

Type: EPDeployment
deployment
See Also