 | DeploymentOptionsWithDeploymentId Method |
Sets the deployment id if one should be assigned; A null value causes the runtime to generate
and assign a
deployment id.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxpublic DeploymentOptions WithDeploymentId(
string deploymentId
)
Parameters
- deploymentId
- Type: SystemString
deployment id
Return Value
Type:
DeploymentOptionsitself
See Also