Метод Archive.QueueScheduleArchives
Задает расписание архива.
Пространство имен: WebSvcArchive
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<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 _
)
'Применение
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
)
Параметры
opCode
Тип: WebSvcArchive.ArchiveOpcodeКод операции для расписания архива.
Замечания
QueueScheduleArchives представляет собой асинхронный метод, который отправляет сообщение в службу очередей Project Server.
Разрешения Project Server
Разрешение |
Описание |
---|---|
Позволяет пользователю планировать или выполнения резервного копирования сущности Project Server. Глобальное разрешение. |