ILicensingService.GetClientRightsContainer Method
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetClientRightsContainer ( _
requestContext As TeamFoundationRequestContext, _
queryContext As ClientRightsQueryContext, _
telemetryContext As ClientRightsTelemetryContext _
) As ClientRightsContainer
ClientRightsContainer GetClientRightsContainer(
TeamFoundationRequestContext requestContext,
ClientRightsQueryContext queryContext,
ClientRightsTelemetryContext telemetryContext
)
ClientRightsContainer^ GetClientRightsContainer(
TeamFoundationRequestContext^ requestContext,
ClientRightsQueryContext^ queryContext,
ClientRightsTelemetryContext^ telemetryContext
)
abstract GetClientRightsContainer :
requestContext:TeamFoundationRequestContext *
queryContext:ClientRightsQueryContext *
telemetryContext:ClientRightsTelemetryContext -> ClientRightsContainer
function GetClientRightsContainer(
requestContext : TeamFoundationRequestContext,
queryContext : ClientRightsQueryContext,
telemetryContext : ClientRightsTelemetryContext
) : ClientRightsContainer
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- queryContext
Type: Microsoft.VisualStudio.Services.Licensing.ClientRightsQueryContext
- telemetryContext
Type: Microsoft.VisualStudio.Services.Licensing.ClientRightsTelemetryContext
Return Value
Type: Microsoft.VisualStudio.Services.Licensing.ClientRightsContainer
.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.