del método SPWorkflowExternalDataExchangeService.AddBatch
Agrega un elemento de trabajo pendiente para el lote actual de trabajo.
Espacio de nombres: Microsoft.SharePoint.Workflow
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
'Declaración
Public Sub AddBatch ( _
operation As SPWorkflowExternalDataExchangeService.BatchOperation, _
arguments As Object() _
)
'Uso
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
Tipo: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService.BatchOperationUn método de delegado al que se llama cuando se ejecuta el proceso de trabajo.
arguments
Tipo: []Una matriz que contiene los argumentos para el operation.
Este método agrega un elemento de trabajo pendiente para el lote actual de trabajo.
clase SPWorkflowExternalDataExchangeService