SPWebApplication.CascadeDeleteTimeoutMultiplier property
SharePoint 2013
Gets or sets the cost per item deleted in a referential integrity delete operation.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Together with the CascadeDeleteMaximumItemLimit property, the CascadeDeleteTimeoutMultiplier property controlsthe duration of a short-term Web site lock that is taken to perform referential integrity delete operations. The duration of the short-term Web site lock is calculated as follows in milliseconds:CascadeDeleteTimeoutMultiplier * CascadeDeleteMaximumItemLimit.