Click or drag to resize
ConnectionHelperLongRunningCommandTimeout Field
Command timeout in seconds for the SQL queries which are known to possibly take more time than standard command timeout. Long running queries have to be explicitly wrapped with CMSConnectionScope with its CommandTimeout property set to this value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static IntAppSetting LongRunningCommandTimeout

Field Value

Type: IntAppSetting
See Also