SPWorkflowExternalDataExchangeService.BatchOperation delegate

Represents a delegate that is called to do the work when a batch operation is executed.

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
)

Parameters

  • arguments
    Type: []

    The arguments for the delegate method.

See also

Reference

Microsoft.SharePoint.Workflow namespace