SPUsageApplication.UsageInsertionTimeOut property
Gets or sets the number of seconds that the SQL command can run to update the usage database before it times out.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsageInsertionTimeOut As Integer
Get
Set
'Usage
Dim instance As SPUsageApplication
Dim value As Integer
value = instance.UsageInsertionTimeOut
instance.UsageInsertionTimeOut = value
public int UsageInsertionTimeOut { get; set; }
Property value
Type: System.Int32
The number of seconds that the SQL command can run to update the usage database before it times out.
Remarks
The default value is 900 seconds, or 15 minutes.