LockHelperTryEnter Method |
Attempts to acquire an exclusive lock on the given object
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public static bool TryEnter(
Object lockObject
)
Parameters
- lockObject
- Type: SystemObject
Lock object
Return Value
Type:
BooleanSee Also