共用方式為


TeamProjectCollectionWebService.GetServicingDetails 方法

擷取一個服務執行作業的記錄項目。

命名空間:  Microsoft.TeamFoundation.Framework.Server.WebServices
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
<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
)

參數

  • jobId
    型別:System.Guid
    工作的執行緒 ID 擷取詳細資料。
  • queueTime
    型別:System.DateTime
    工作引動過程的 QueueTime 想要詳細資料。
  • minDetailId
    型別:System.Int64
    指定最小服務的步驟的詳細說明 ID.
  • complete
    型別:System.Boolean%
    當這個方法傳回時,包含 true,如果指定的已完成。

傳回值

型別:System.Collections.Generic.List<ServicingStepDetail>
記錄項目。

.NET Framework 安全性

請參閱

參考

TeamProjectCollectionWebService 類別

Microsoft.TeamFoundation.Framework.Server.WebServices 命名空間