Archive.QueueScheduleArchives Method
Sets the archive schedule.
Namespace: WebSvcArchive
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueScheduleArchives", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/", _
ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueScheduleArchives ( _
opCode As ArchiveOpcode _
)
'Usage
Dim instance As Archive
Dim opCode As ArchiveOpcode
instance.QueueScheduleArchives(opCode)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueScheduleArchives", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/",
ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueScheduleArchives(
ArchiveOpcode opCode
)
Parameters
- opCode
Type: WebSvcArchive.ArchiveOpcode
Operation code for the archive schedule.
Remarks
QueueScheduleArchives is an asynchronous method that sends a message to the Project Server Queuing Service.
Project Server Permissions
Permission |
Description |
|---|---|
Schedule or perform a backup of Project Server entities. Global permission. |