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

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