SPLongOperation Constructor
Initializes an instance of the SPLongOperation class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
page As Page _
)
'Usage
Dim page As Page
Dim instance As New SPLongOperation(page)
public SPLongOperation(
Page page
)
Parameters
page
Type: System.Web.UI.PageThe web page used by the server to indicate a lengthy operation (typically, a rotating gear image with associated text).