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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- requestPath
Type: System.String
Return Value
Type: System.Guid
Returns Guid.
.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.