Click or drag to resize
LockObjectEnterWrite Method

Note: This API is now 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.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Method will be removed")]
public bool EnterWrite()

Return Value

Type: Boolean
See Also