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

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHost
Returns TeamFoundationServiceHost.

.NET Framework Security

See Also

Reference

FullPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace