SPLongOperation constructor

Initializes an instance of the SPLongOperation class.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.Page

    The web page used by the server to indicate a lengthy operation (typically, a rotating gear image with associated text).

See also

Reference

SPLongOperation class

SPLongOperation members

Microsoft.SharePoint namespace