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.
Begins a long operation that has state based on the given operation to begin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub Begin ( _
beginOperation As SPStatefulLongOperation.BeginStatefulOperation _
)
'Usage
Dim beginOperation As SPStatefulLongOperation.BeginStatefulOperationSPStatefulLongOperation.Begin(beginOperation)
public static void Begin(
SPStatefulLongOperation.BeginStatefulOperation beginOperation
)
Parameters
beginOperation
Type: Microsoft.SharePoint.SPStatefulLongOperation.BeginStatefulOperationThe [Microsoft.SharePoint.SPStatefulLongOperation] to begin.