Freigeben über


TfvcHttpClient.GetChangesetsAsync-Methode (Int32, Boolean, Boolean, Boolean, Int32, Object)

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

Syntax

'Declaration
Public Function GetChangesetsAsync ( _
    changesetId As Integer, _
    includeDetails As Boolean, _
    includeWorkItems As Boolean, _
    includeSourceRenames As Boolean, _
    maxChangeCount As Integer, _
    userState As Object _
) As Task(Of TfvcChangeset)
public Task<TfvcChangeset> GetChangesetsAsync(
    int changesetId,
    bool includeDetails,
    bool includeWorkItems,
    bool includeSourceRenames,
    int maxChangeCount,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcHttpClient Klasse

GetChangesetsAsync-Überladung

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace