Share via


SPWorkflowExternalDataExchangeService.AddBatch method

Adds a pending work item to the current work batch.

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

Syntax

'Declaration
Public Sub AddBatch ( _
    operation As SPWorkflowExternalDataExchangeService.BatchOperation, _
    arguments As Object() _
)
'Usage
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
)

Parameters

  • arguments
    Type: []

    An array that contains the arguments for the operation.

Remarks

This method adds a pending work item to the current work batch.

See also

Reference

SPWorkflowExternalDataExchangeService class

SPWorkflowExternalDataExchangeService members

Microsoft.SharePoint.Workflow namespace