Bagikan melalui


ITeamFoundationLocationService.GetHostLocation Method

GetHostLocation will return a Url to the root of the host for the given access mapping.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function GetHostLocation ( _
    requestContext As TeamFoundationRequestContext, _
    accessMapping As AccessMapping, _
    serviceOwner As Guid _
) As String
string GetHostLocation(
    TeamFoundationRequestContext requestContext,
    AccessMapping accessMapping,
    Guid serviceOwner
)
String^ GetHostLocation(
    TeamFoundationRequestContext^ requestContext, 
    AccessMapping^ accessMapping, 
    Guid serviceOwner
)
abstract GetHostLocation : 
        requestContext:TeamFoundationRequestContext * 
        accessMapping:AccessMapping * 
        serviceOwner:Guid -> string
function GetHostLocation(
    requestContext : TeamFoundationRequestContext, 
    accessMapping : AccessMapping, 
    serviceOwner : Guid
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ITeamFoundationLocationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace