SPSiteUpgradeThrottleSettings.AppPoolConcurrentUpgradeSessionLimit-Eigenschaft
Die maximalen Anzahl gleichzeitiger Upgrade Sitzungen im Anwendungspool
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; }
Eigenschaftswert
Typ: System.UInt32
Siehe auch
Referenz
SPSiteUpgradeThrottleSettings Klasse