Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the archive schedule.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueScheduleArchives", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/", _
ResponseNamespace := "https://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("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueScheduleArchives", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueScheduleArchives(
ArchiveOpcode opCode
)
Parameters
opCode
Type: WebSvcArchive.ArchiveOpcodeThe 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 |
|---|---|
Allows a user to schedule or perform a backup of Project Server entities. Global permission. |