Partager via


AccountHttpClient.GetAccountLicensesAsync, méthode

Espace de noms :  Microsoft.VisualStudio.Services.Account.Client
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
Public Function GetAccountLicensesAsync ( _
    accountId As Guid, _
    includeDeletedUsers As Boolean, _
    userState As Object _
) As Task(Of List(Of AccountLicenseInfo))
public Task<List<AccountLicenseInfo>> GetAccountLicensesAsync(
    Guid accountId,
    bool includeDeletedUsers,
    Object userState
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

AccountHttpClient Classe

Microsoft.VisualStudio.Services.Account.Client, espace de noms