Share via


IBuildServer.BeginQueryBuilds 方法

使用規格,開始非同步作業查詢組建。

命名空間:  Microsoft.TeamFoundation.Build.Client
組件:  Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)

語法

'宣告
Function BeginQueryBuilds ( _
    specs As IBuildDetailSpec(), _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuilds(
    IBuildDetailSpec[] specs,
    AsyncCallback callback,
    Object state
)

參數

  • callback
    型別:System.AsyncCallback
    該 System.AsyncCallback 的委派可接收通知作業完成。
  • state
    型別:System.Object
    物件,指定呼叫端,包含狀態資訊與這個非同步作業。

傳回值

型別:System.IAsyncResult
非同步作業

.NET Framework 安全性

請參閱

參考

IBuildServer 介面

Microsoft.TeamFoundation.Build.Client 命名空間