Click or drag to resize
DisposableObjectLock Method
Locks the event on the given lock object. The context stays locked until the handler is disposed.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public void Lock(
	Object lockObject
)

Parameters

lockObject
Type: SystemObject
Lock object
See Also