SPSiteUpgradeThrottleSettings.AppPoolConcurrentUpgradeSessionLimit property
The maximum concurrent upgrade sessions allowed in the app pool
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AppPoolConcurrentUpgradeSessionLimit As UInteger
Get
Set
'Usage
Dim instance As SPSiteUpgradeThrottleSettings
Dim value As UInteger
value = instance.AppPoolConcurrentUpgradeSessionLimit
instance.AppPoolConcurrentUpgradeSessionLimit = value
public uint AppPoolConcurrentUpgradeSessionLimit { get; set; }
Property value
Type: System.UInt32
See also
Reference
SPSiteUpgradeThrottleSettings class