Share via


TfvcHttpClient.QueryBranches Method

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

Syntax

'Declaration
Public Function QueryBranches ( _
    scopePath As String, _
    includeDeleted As Boolean, _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcBranch))
public Task<IEnumerable<TfvcBranch>> QueryBranches(
    string scopePath,
    bool includeDeleted,
    Object userState
)
public:
Task<IEnumerable<TfvcBranch^>^>^ QueryBranches(
    String^ scopePath, 
    bool includeDeleted, 
    Object^ userState
)
member QueryBranches : 
        scopePath:string * 
        includeDeleted:bool * 
        userState:Object -> Task<IEnumerable<TfvcBranch>> 
public function QueryBranches(
    scopePath : String, 
    includeDeleted : boolean, 
    userState : Object
) : Task<IEnumerable<TfvcBranch>>

Parameters

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<TfvcBranch>>

.NET Framework Security

See Also

Reference

TfvcHttpClient Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace