 | 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
SyntaxIReaderWriterLock RuntimeInstanceWideLock { get; }
Property Value
Type:
IReaderWriterLockruntime instance global read-write lock
See Also