SPWorkflowExternalDataExchangeService.BatchOperation Delegate
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
- transaction
Type: System.Transactions.Transaction
- arguments
Type: []