SPUserCodeExecutionTier.MaximumConnectionsPerProcess property

Gets or sets the maximum number of connections allowed to access any SPUserCodeWorkerProcess.exe process that belongs to the tier.

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

Syntax

'Declaration
Public Property MaximumConnectionsPerProcess As Integer
    Get
    Set
'Usage
Dim instance As SPUserCodeExecutionTier
Dim value As Integer

value = instance.MaximumConnectionsPerProcess

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

Property value

Type: System.Int32
The maximum number of connections allowed to access a sandboxed worker process that belongs to the tier. The default is 1.

See also

Reference

SPUserCodeExecutionTier class

SPUserCodeExecutionTier members

Microsoft.SharePoint.Administration namespace