Поделиться через


Метод Statusing.ReadMySchedule

Получает текущий пользователь расписание для заданного периода времени.

Пространство имен:  WebSvcStatusing
Сборка:  ProjectServerServices (в ProjectServerServices.dll)

Синтаксис

'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadMySchedule ( _
    start As DateTime, _
    finish As DateTime _
) As ScheduleDataSet
'Применение
Dim instance As Statusing
Dim start As DateTime
Dim finish As DateTime
Dim returnValue As ScheduleDataSet

returnValue = instance.ReadMySchedule(start, _
    finish)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ScheduleDataSet ReadMySchedule(
    DateTime start,
    DateTime finish
)

Параметры

  • finish
    Тип: System.DateTime

    Дата и время окончания.

Возвращаемое значение

Тип: WebSvcStatusing.ScheduleDataSet

Замечания

Разрешения Project Server

Разрешения не требуются. Этот метод считывает данные только текущей при входе ресурса.

См. также

Справочные материалы

Statusing класс

Элементы Statusing

Пространство имен WebSvcStatusing