Click or drag to resize
LockObjectEnterReadOutputType Method
Attempts to enter read lock. Returns true if the lock was acquired

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also