Click or drag to resize

EPRuntimeRuntimeInstanceWideLock Property

Returns the runtime-instance global read-write lock. The send-event methods takes a read lock. The {@link EPDeploymentService#deploy(EPCompiled)} and {@link EPDeploymentService#undeploy(String)} methods take a write lock.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
IReaderWriterLock RuntimeInstanceWideLock { get; }

Property Value

Type: IReaderWriterLock
runtime instance global read-write lock
See Also