SPWorkflowExternalDataExchangeService.AddBatch - Méthode

Ajoute un élément de travail en attente pour le lot de travail en cours.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub AddBatch ( _
    operation As SPWorkflowExternalDataExchangeService.BatchOperation, _
    arguments As Object() _
)
'Utilisation
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
)

Paramètres

  • arguments
    Type : []

    Tableau qui contient les arguments pour le operation.

Remarques

Cette méthode ajoute un élément de travail en attente pour le lot de travail en cours.

Voir aussi

Référence

SPWorkflowExternalDataExchangeService classe

SPWorkflowExternalDataExchangeService - Membres

Microsoft.SharePoint.Workflow - Espace de noms