Método AccountHttpClient.GetAccountLicensesAsync
Namespace: Microsoft.VisualStudio.Services.Account.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- accountId
Tipo: System.Guid
- includeDeletedUsers
Tipo: System.Boolean
- userState
Tipo: System.Object
Valor de retorno
Tipo: System.Threading.Tasks.Task<List<AccountLicenseInfo>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.