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[]
选项查询的属性名称
- options
类型:Microsoft.TeamFoundation.Build.Client.QueryOptions
使用的选项,则查询数据时
- callback
类型:System.AsyncCallback
接收通知的委托 System.AsyncCallback 操作完成。
- state
类型:System.Object
对象,指定由调用方,包含状态信息与该异步操作。
返回值
类型:System.IAsyncResult
异步操作
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。