Share via


ITeamFoundationHostManagementService.GetHostIdFromPath Method

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

Syntax

'Declaration
Function GetHostIdFromPath ( _
    requestContext As TeamFoundationRequestContext, _
    requestPath As String _
) As Guid
Guid GetHostIdFromPath(
    TeamFoundationRequestContext requestContext,
    string requestPath
)
Guid GetHostIdFromPath(
    TeamFoundationRequestContext^ requestContext, 
    String^ requestPath
)
abstract GetHostIdFromPath : 
        requestContext:TeamFoundationRequestContext * 
        requestPath:string -> Guid
function GetHostIdFromPath(
    requestContext : TeamFoundationRequestContext, 
    requestPath : String
) : Guid

Parameters

Return Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

ITeamFoundationHostManagementService Interface

Microsoft.TeamFoundation.Framework.Server Namespace