SPUsageUserCodeRequestsMonitoredDataEntry.ProcessThreadCount Property
Gets or sets the number of process threads used by the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ProcessThreadCount As Double
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.ProcessThreadCount
instance.ProcessThreadCount = value
public double ProcessThreadCount { get; set; }
Property Value
Type: System.Double
The number of process threads.
See Also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry Class