Compartir a través de


del método Statusing.ReadMySchedule

Obtiene la programación del usuario actual para el período de tiempo especificado.

Espacio de nombres:  WebSvcStatusing
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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

Valor devuelto

Tipo: WebSvcStatusing.ScheduleDataSet

Comentarios

Permisos de Project Server

Se requiere ningún permiso. Este método lee datos de solo la actual sesión recursos.

Vea también

Referencia

clase Statusing

Miembros Statusing

Espacio de nombres WebSvcStatusing