LongRunningOperationStatus class

Represents the status of the job that is currently running.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.LongRunningOperationStatus

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class LongRunningOperationStatus
'Usage
Dim instance As LongRunningOperationStatus
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class LongRunningOperationStatus

Remarks

The primary consumer of this object is the status user interface (UI) page.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LongRunningOperationStatus members

Microsoft.SharePoint.Publishing namespace