SPManager class

Enables querying and managing upgrade sessions in the current farm.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Upgrade.SPManager

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

Syntax

'Declaration
<GuidAttribute("49CD1407-C4CD-44a0-8E45-3E355107F9C9")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPManager
'Usage
Dim instance As SPManager
[GuidAttribute("49CD1407-C4CD-44a0-8E45-3E355107F9C9")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPManager

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

SPManager members

Microsoft.SharePoint.Upgrade namespace