TeamProjectCollectionWebService.GetServicingDetails-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamProjectCollectionWebService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices-Namespace