Click or drag to resize

DeploymentOptionsWithDeploymentLockStrategy Method

Sets the deployment lock strategy, the default is

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentOptions WithDeploymentLockStrategy(
	LockStrategy deploymentLockStrategy
)

Parameters

deploymentLockStrategy
Type: com.espertech.esper.runtime.client.utilLockStrategy
lock strategy

Return Value

Type: DeploymentOptions
itself
See Also