Statusing.ReadMySchedule - Méthode
Obtient la planification de l'utilisateur actuel pour la période spécifiée.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<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
'Utilisation
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
)
Paramètres
start
Type : System.DateTimeDate et heure de début
finish
Type : System.DateTimeDate de fin et l'heure.
Valeur renvoyée
Type : WebSvcStatusing.ScheduleDataSet
Remarques
Autorisations Project Server
Aucune autorisation n'est requise. Cette méthode lit les données pour seulement la ressource en cours de session.