Partager via


TeamProjectCollectionWebService.GetServicingDetails, méthode

Espace de noms :  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function GetServicingDetails ( _
    jobId As Guid, _
    queueTime As DateTime, _
    filterOptions As Integer, _
    minDetailId As Long, _
    <OutAttribute> ByRef complete As Boolean _
) As List(Of ServicingStepDetail)
[WebMethodAttribute]
public List<ServicingStepDetail> GetServicingDetails(
    Guid jobId,
    DateTime queueTime,
    int filterOptions,
    long minDetailId,
    out bool complete
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<ServicingStepDetail>

Sécurité .NET Framework

Voir aussi

Référence

TeamProjectCollectionWebService Classe

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices, espace de noms