SPWorkflowExternalDataExchangeService.AddBatch Method
Adds a pending work item to the current work batch.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
operation
Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService.BatchOperationA delegate method that is called when the work batch is executed.
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