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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Method will be removed")]
public bool EnterWrite()
Return Value
Type:
BooleanSee Also