Aqualogic Interaction API  
 

IPTServerContext.LockObject Method 

Locks the object. Typically the sequence of actions will be to call this method, perform some updates to the object, call IPTServerContext.Store(), and finally call IPTServerContext.UnlockObject() to unlock.

bool LockObject();

Return Value

true if the object was successfully locked, false if it has been already locked by another user.

See Also

IPTServerContext Interface | com.plumtree.server Namespace