TeamFoundationHostManagementService.GetHostIdFromPath Method (TeamFoundationRequestContext, String)
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 _
) As Guid
public Guid GetHostIdFromPath(
TeamFoundationRequestContext requestContext,
string requestPath
)
public:
virtual Guid GetHostIdFromPath(
TeamFoundationRequestContext^ requestContext,
String^ requestPath
) sealed
abstract GetHostIdFromPath :
requestContext:TeamFoundationRequestContext *
requestPath:string -> Guid
override GetHostIdFromPath :
requestContext:TeamFoundationRequestContext *
requestPath:string -> Guid
public final function GetHostIdFromPath(
requestContext : TeamFoundationRequestContext,
requestPath : String
) : Guid
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- requestPath
Type: System.String
Return Value
Type: System.Guid
Returns Guid.
Implements
ITeamFoundationHostManagementService.GetHostIdFromPath(TeamFoundationRequestContext, 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.