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.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class LongRunningOperationStatus
'Usage
Dim instance As LongRunningOperationStatus
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, 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.