TfvcHttpClient.GetChangesetChangesAsync Method

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

Syntax

'Declaration
Public Function GetChangesetChangesAsync ( _
    changesetId As Integer, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of List(Of TfvcChange))
public Task<List<TfvcChange>> GetChangesetChangesAsync(
    int changesetId,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)
public:
Task<List<TfvcChange^>^>^ GetChangesetChangesAsync(
    int changesetId, 
    Nullable<int> top, 
    Nullable<int> skip, 
    Object^ userState
)
member GetChangesetChangesAsync : 
        changesetId:int * 
        top:Nullable<int> * 
        skip:Nullable<int> * 
        userState:Object -> Task<List<TfvcChange>> 
public function GetChangesetChangesAsync(
    changesetId : int, 
    top : Nullable<int>, 
    skip : Nullable<int>, 
    userState : Object
) : Task<List<TfvcChange>>

Parameters

Return Value

Type: System.Threading.Tasks.Task<List<TfvcChange>>

.NET Framework Security

See Also

Reference

TfvcHttpClient Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace