Symphony Framework
SetLockTimeout Method
Symphony.Harmony Namespace > DBConnector Class : SetLockTimeout Method
Specify the required lock timeout when the locking strategy is set to Symphony.Harmony.Enumerations.RemoteLockOptions.WaitSpecifiedTime.
Provide the timeout value before a record lock on the server will abort.
Syntax
public void SetLockTimeout( 
   int lockTimeout
)

Parameters

lockTimeout
Specify the required lock timeout when the locking strategy is set to Symphony.Harmony.Enumerations.RemoteLockOptions.WaitSpecifiedTime.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBConnector Class
DBConnector Members