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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- accessMapping
Type: Microsoft.VisualStudio.Services.Location.AccessMapping
- serviceOwner
Type: System.Guid
Return Value
Type: System.String
.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.