Partager via


GitHttpClient.GetTreeAsync, méthode

Espace de noms :  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly :  Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntaxe

'Déclaration
Public Function GetTreeAsync ( _
    repositoryId As Guid, _
    sha1 As String, _
    recursive As Boolean, _
    userState As Object _
) As Task(Of GitTreeRef)
public Task<GitTreeRef> GetTreeAsync(
    Guid repositoryId,
    string sha1,
    bool recursive,
    Object userState
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

GitHttpClient Classe

Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms