SPUserCodeExecutionTier.MaximumAppDomainsPerProcess property
取得或設定任何 SPUserCodeWorkerProcess.exe 程序,屬於層內的應用程式網域數目上限。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaximumAppDomainsPerProcess As Integer
Get
Set
'用途
Dim instance As SPUserCodeExecutionTier
Dim value As Integer
value = instance.MaximumAppDomainsPerProcess
instance.MaximumAppDomainsPerProcess = value
public int MaximumAppDomainsPerProcess { get; set; }
Property value
Type: System.Int32
屬於層任何一個沙箱工作者處理序中的應用程式網域數目上限。預設值為 10。