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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- requestPath
Type: System.String
- flushIfNotFound
Type: System.Boolean
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.