SPLongOperation.BeginOperation delegate
SharePoint 2013
Defines the signature for a delegate that begins a long operation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- longOperation
- Type: Microsoft.SharePoint.SPLongOperation
An object that represents a long operation.
You can use this delegate method with the static SPLongOperation.Begin(SPLongOperation.BeginOperation) method, as shown in the following example:
Show: