Click or drag to resize

IReaderWriterLockCommonAcquireReaderLock Method

Acquires the reader lock.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
void AcquireReaderLock(
	long timeout
)

Parameters

timeout
Type: SystemInt64
The timeout.
See Also