AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..SetObjectLockClientScript Method

Exposes access to the object unlocking access advantage locking engine

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public void SetObjectLockClientScript(
	string userLockKey,
	Guid masterId,
	int delayUnlockSeconds
)

Parameters

userLockKey
Type: String
The unique user lock key to determine the session/browser/tab instance (client implements)
masterId
Type: Guid
The record identifier
delayUnlockSeconds
Type: Int32
The number of seconds to delay before expiring the lock.

See Also


AdvantageCommonBasePage