共用方式為


SPWorkItemCollection.ProcessingBatchSize property

取得或設定處理計時器工作分頁中的工作項目最大數目。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property ProcessingBatchSize As Integer
    Get
    Set
'用途
Dim instance As SPWorkItemCollection
Dim value As Integer

value = instance.ProcessingBatchSize

instance.ProcessingBatchSize = value
public int ProcessingBatchSize { get; set; }

Property value

Type: System.Int32
傳回指定的最大的批次大小的整數。

備註

使用這個方法來協助節流閥,或管理工作項目公開給計時器工作定義的流程。最佳化此值需要的硬體和軟體使用中的測試行為。

請參閱

參照

SPWorkItemCollection class

SPWorkItemCollection members

Microsoft.SharePoint namespace

Microsoft.SharePoint.Administration.SPWorkItemJobDefinition