Share via


IBuildServer.BeginQueryBuildDefinitionsByUri 方法

開始非同步作業以統一資源識別元 (URI) 查詢組建定義。

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

語法

'宣告
Function BeginQueryBuildDefinitionsByUri ( _
    uris As Uri(), _
    propertyNameFilters As String(), _
    options As QueryOptions, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuildDefinitionsByUri(
    Uri[] uris,
    string[] propertyNameFilters,
    QueryOptions options,
    AsyncCallback callback,
    Object state
)

參數

  • uris
    型別:array<System.Uri[]
    組建定義 URI
  • propertyNameFilters
    型別:array<System.String[]
    選擇性的查詢的屬性名稱。
  • callback
    型別:System.AsyncCallback
    該 System.AsyncCallback 的委派可接收通知作業完成。
  • state
    型別:System.Object
    物件,指定呼叫端,包含狀態資訊與這個非同步作業。

傳回值

型別:System.IAsyncResult
非同步作業

.NET Framework 安全性

請參閱

參考

IBuildServer 介面

Microsoft.TeamFoundation.Build.Client 命名空間