Statusing.ReadMySchedule método
Obtém o agendamento do usuário atual para o período de tempo especificado.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
<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
'Uso
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
)
Parâmetros
start
Tipo: System.DateTimeData e hora de início
finish
Tipo: System.DateTimeData e hora final.
Valor retornado
Tipo: WebSvcStatusing.ScheduleDataSet
Comentários
Permissões do Project Server
Nenhuma permissão é necessário. Este método lê os dados para somente o logon de recurso atual.