Share via


SPWorkflowExternalDataExchangeService.BatchOperation-Delegat

Stellt einen Delegaten, der aufgerufen wird, um die Aufgaben auszuführen, wenn ein Batchvorgang ausgeführt wird.

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

Syntax

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

Parameter

  • arguments
    Typ: []

    Die Argumente für die Methode des Delegaten.

Siehe auch

Referenz

Microsoft.SharePoint.Workflow-Namespace