Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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