SPUserCodeService.WorkerProcessExecutionTimeout Property

Expand
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

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)
Available in Sandboxed Solutions: No
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.

The default value is 30.

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD