Archive Class

Includes methods for managing backup and restore operations using the Archive database in Microsoft Office Project Server 2007.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcArchive.Archive

Namespace:  WebSvcArchive
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ArchiveSoap", Namespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/")> _
Public Class Archive _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As Archive
[WebServiceBindingAttribute(Name = "ArchiveSoap", Namespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/")]
public class Archive : SoapHttpClientProtocol

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

Archive Members

WebSvcArchive Namespace