Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: []