LockObjectEnterReadOutputType Method |
Attempts to enter read lock. Returns true if the lock was acquired
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool EnterRead<OutputType>(
ref OutputType output
)
Parameters
- output
- Type: OutputType
Returns the read data in case other thread is reading. Waits until the other reading finishes before returning the data.
Type Parameters
- OutputType
Return Value
Type:
BooleanSee Also