Share via


TeamFoundationHostManagementService.GetHostIdFromPath Method (TeamFoundationRequestContext, String, Boolean)

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

Syntax

'Declaration
Public Function GetHostIdFromPath ( _
    requestContext As TeamFoundationRequestContext, _
    requestPath As String, _
    flushIfNotFound As Boolean _
) As Guid
public Guid GetHostIdFromPath(
    TeamFoundationRequestContext requestContext,
    string requestPath,
    bool flushIfNotFound
)
public:
Guid GetHostIdFromPath(
    TeamFoundationRequestContext^ requestContext, 
    String^ requestPath, 
    bool flushIfNotFound
)
member GetHostIdFromPath : 
        requestContext:TeamFoundationRequestContext * 
        requestPath:string * 
        flushIfNotFound:bool -> Guid
public function GetHostIdFromPath(
    requestContext : TeamFoundationRequestContext, 
    requestPath : String, 
    flushIfNotFound : boolean
) : Guid

Parameters

Return Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

TeamFoundationHostManagementService Class

GetHostIdFromPath Overload

Microsoft.TeamFoundation.Framework.Server Namespace