FullPermissionSetForwarderBase.GetTargetServiceHost Method
The request context that should be used to set permissions in the target namespace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetTargetServiceHost ( _
requestContext As TeamFoundationRequestContext _
) As TeamFoundationServiceHost
protected abstract TeamFoundationServiceHost GetTargetServiceHost(
TeamFoundationRequestContext requestContext
)
protected:
virtual TeamFoundationServiceHost^ GetTargetServiceHost(
TeamFoundationRequestContext^ requestContext
) abstract
abstract GetTargetServiceHost :
requestContext:TeamFoundationRequestContext -> TeamFoundationServiceHost
protected abstract function GetTargetServiceHost(
requestContext : TeamFoundationRequestContext
) : TeamFoundationServiceHost
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHost
Returns TeamFoundationServiceHost.
.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.