將暫止的工作項目加入至目前的工作批次。
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'宣告
Public Sub AddBatch ( _
operation As SPWorkflowExternalDataExchangeService.BatchOperation, _
arguments As Object() _
)
'用途
Dim instance As SPWorkflowExternalDataExchangeService
Dim operation As SPWorkflowExternalDataExchangeService.BatchOperation
Dim arguments As Object()
instance.AddBatch(operation, arguments)
public void AddBatch(
SPWorkflowExternalDataExchangeService.BatchOperation operation,
Object[] arguments
)
operation
Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService.BatchOperation執行工作批次時,會呼叫委派方法。
arguments
Type: []陣列,包含operation的引數。
這個方法會加入至目前的工作批次的暫止的工作項目。
SPWorkflowExternalDataExchangeService class