LockObject EnterRead OutputType  Method Kentico 8.0 API Reference
Attempts to enter read lock. Returns true if the lock was acquired

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

output
Type: OutputType 
Returns the read data in case other thread is reading. Waits until the other reading finishes before returning the data.

Return Value

Type: OnlineBoolean
See Also