Método LicensingHttpClient.GetClientRightsContainerAsync
Namespace: Microsoft.VisualStudio.Services.Licensing.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
Public Overridable Function GetClientRightsContainerAsync ( _
queryContext As ClientRightsQueryContext, _
telemetryContext As ClientRightsTelemetryContext, _
userState As Object _
) As Task(Of ClientRightsContainer)
public virtual Task<ClientRightsContainer> GetClientRightsContainerAsync(
ClientRightsQueryContext queryContext,
ClientRightsTelemetryContext telemetryContext,
Object userState
)
Parâmetros
- queryContext
Tipo: Microsoft.VisualStudio.Services.Licensing.ClientRightsQueryContext
- telemetryContext
Tipo: Microsoft.VisualStudio.Services.Licensing.ClientRightsTelemetryContext
- userState
Tipo: System.Object
Valor de retorno
Tipo: System.Threading.Tasks.Task<ClientRightsContainer>
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.