Share via


SPUserCodeService.WorkerProcessRecycleTime property

Gets or sets the amount of time, in minutes, that sandboxed worker processes are automatically recycled.

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

Syntax

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

value = instance.WorkerProcessRecycleTime

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

Property value

Type: System.Int32
The number of minutes that the sandboxed worker processes are automatically recycled.

Remarks

The default value is 180.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace