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.
This delegate is sourced by methods to begin a long operation that maintains state.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Delegate Sub BeginStatefulOperation ( _
longOperation As SPStatefulLongOperation _
)
'Usage
Dim instance As New BeginStatefulOperation(AddressOf HandlerMethod)
public delegate void BeginStatefulOperation(
SPStatefulLongOperation longOperation
)
Parameters
- longOperation
Type: Microsoft.SharePoint.SPStatefulLongOperation