Share via


SPUserCodeService.WorkerProcessExecutionTimeout property

Gets or sets the amount of time, in seconds, that a single request is allowed to execute inside the sandboxed worker process.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property WorkerProcessExecutionTimeout As Integer
    Get
    Set
'Usage
Dim instance As SPUserCodeService
Dim value As Integer

value = instance.WorkerProcessExecutionTimeout

instance.WorkerProcessExecutionTimeout = value
public int WorkerProcessExecutionTimeout { get; set; }

Property value

Type: System.Int32
The number of seconds that a single request is allowed to execute inside the sandboxed worker process.

Remarks

The default value is 30.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace