Edit

Share via


GitHttpClient.GetTagRefsAsync(Guid, Object) Method

Definition

Get the refs that are tags for a specific git repository

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef>> GetTagRefsAsync(Guid repositoryId, object userState = null);
abstract member GetTagRefsAsync : Guid * obj -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef>>
override this.GetTagRefsAsync : Guid * obj -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef>>
Public Overridable Function GetTagRefsAsync (repositoryId As Guid, Optional userState As Object = null) As Task(Of List(Of GitRef))

Parameters

repositoryId
Guid

Repository Id

userState
Object

Returns

Task<List<GitRef>>

Applies to