SPWorkflowExternalDataExchangeService.BatchOperation - Délégué

Représente un délégué qui est appelé pour faire le travail lors de l'exécution d'une opération par lots.

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

Syntaxe

'Déclaration
Public Delegate Sub BatchOperation ( _
    transaction As Transaction, _
    ParamArray arguments As Object() _
)
'Utilisation
Dim instance As New BatchOperation(AddressOf HandlerMethod)
public delegate void BatchOperation(
    Transaction transaction,
    params Object[] arguments
)

Paramètres

  • arguments
    Type : []

    Les arguments de la méthode du délégué.

Voir aussi

Référence

Microsoft.SharePoint.Workflow - Espace de noms