Freigeben über


TfvcHttpClient.GetChangesetAsync-Methode (Int32, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, TfvcChangesetSearchCriteria, Object, CancellationToken)

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function GetChangesetAsync ( _
    id As Integer, _
    maxChangeCount As Nullable(Of Integer), _
    includeDetails As Nullable(Of Boolean), _
    includeWorkItems As Nullable(Of Boolean), _
    maxCommentLength As Nullable(Of Integer), _
    includeSourceRename As Nullable(Of Boolean), _
    skip As Nullable(Of Integer), _
    top As Nullable(Of Integer), _
    orderby As String, _
    searchCriteria As TfvcChangesetSearchCriteria, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of TfvcChangeset)
public Task<TfvcChangeset> GetChangesetAsync(
    int id,
    Nullable<int> maxChangeCount,
    Nullable<bool> includeDetails,
    Nullable<bool> includeWorkItems,
    Nullable<int> maxCommentLength,
    Nullable<bool> includeSourceRename,
    Nullable<int> skip,
    Nullable<int> top,
    string orderby,
    TfvcChangesetSearchCriteria searchCriteria,
    Object userState,
    CancellationToken cancellationToken
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<TfvcChangeset>

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

GetChangesetAsync-Überladung

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace