Click or drag to resize
LockObject Class
Locking object
Inheritance Hierarchy
SystemObject
  CMS.BaseLockObject

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public class LockObject

The LockObject type exposes the following members.

Constructors
  NameDescription
Public methodLockObject
Constructor
Top
Methods
  NameDescription
Public methodEnterReadOutputType
Attempts to enter read lock. Returns true if the lock was acquired
Public methodEnterWrite Obsolete.
Attempts to enter the write lock, if the lock is acquired, returns true and the writing operation is allowed, if false is returned, other thread did the operation.
Public methodFinishReadOutputType
Finishes the read operation
Public methodFinishReadFailed
Finishes the read operation with failure
Public methodFinishWrite Obsolete.
Finishes the write lock, call if the lock was acquired by EnterWrite
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Protected propertyData
Read data
Public propertyException
Exception that occurred within data reading
Public propertyKey
Lock object key
Public propertyReadFailed
Flag indicating that the read failed
Top
See Also