GitHttpClient.GetBranchesStatisticsAsync Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetBranchesStatisticsAsync ( _
repositoryId As String, _
projectId As String, _
userState As Object _
) As Task(Of List(Of GitBranchStats))
public Task<List<GitBranchStats>> GetBranchesStatisticsAsync(
string repositoryId,
string projectId,
Object userState
)
public:
Task<List<GitBranchStats^>^>^ GetBranchesStatisticsAsync(
String^ repositoryId,
String^ projectId,
Object^ userState
)
member GetBranchesStatisticsAsync :
repositoryId:string *
projectId:string *
userState:Object -> Task<List<GitBranchStats>>
public function GetBranchesStatisticsAsync(
repositoryId : String,
projectId : String,
userState : Object
) : Task<List<GitBranchStats>>
Parameters
- repositoryId
Type: System.String
- projectId
Type: System.String
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<List<GitBranchStats>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.