TfvcHttpClient.GetChangesetsAsync Method (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
)
public:
Task<TfvcChangeset^>^ GetChangesetsAsync(
    int changesetId, 
    bool includeDetails, 
    bool includeWorkItems, 
    bool includeSourceRenames, 
    int maxChangeCount, 
    Object^ userState
)
member GetChangesetsAsync : 
        changesetId:int * 
        includeDetails:bool * 
        includeWorkItems:bool * 
        includeSourceRenames:bool * 
        maxChangeCount:int * 
        userState:Object -> Task<TfvcChangeset> 
public function GetChangesetsAsync(
    changesetId : int, 
    includeDetails : boolean, 
    includeWorkItems : boolean, 
    includeSourceRenames : boolean, 
    maxChangeCount : int, 
    userState : Object
) : Task<TfvcChangeset>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TfvcHttpClient Class

GetChangesetsAsync Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace