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
- accountId
Type: System.Guid
- includeDeletedUsers
Type: System.Boolean
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<List<AccountLicenseInfo>>
.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.