Share via


AccountHttpClient.GetAccountLicensesAsync Method

Namespace:  Microsoft.VisualStudio.Services.Account.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
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
)
public:
Task<List<AccountLicenseInfo^>^>^ GetAccountLicensesAsync(
    Guid accountId, 
    bool includeDeletedUsers, 
    Object^ userState
)
member GetAccountLicensesAsync : 
        accountId:Guid * 
        includeDeletedUsers:bool * 
        userState:Object -> Task<List<AccountLicenseInfo>> 
public function GetAccountLicensesAsync(
    accountId : Guid, 
    includeDeletedUsers : boolean, 
    userState : Object
) : Task<List<AccountLicenseInfo>>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

AccountHttpClient Class

Microsoft.VisualStudio.Services.Account.Client Namespace