TfvcHttpClient.GetChangesetsAsync 方法 (TfvcChangesetSearchCriteria, Nullable<Int32>, Nullable<Int32>, Object)

命名空间:  Microsoft.TeamFoundation.SourceControl.WebApi
程序集:  Microsoft.TeamFoundation.SourceControl.WebApi(在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

语法

声明
Public Function GetChangesetsAsync ( _
    searchCriteriaObject As TfvcChangesetSearchCriteria, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of TfvcChangesetsCollection)
public Task<TfvcChangesetsCollection> GetChangesetsAsync(
    TfvcChangesetSearchCriteria searchCriteriaObject,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<TfvcChangesetsCollection>

.NET Framework 安全性

请参阅

参考

TfvcHttpClient 类

GetChangesetsAsync 重载

Microsoft.TeamFoundation.SourceControl.WebApi 命名空间