TeamFoundationLocationService.FindServiceLocation Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function FindServiceLocation ( _
requestContext As TeamFoundationRequestContext, _
serviceType As String, _
toolId As String, _
accessMapping As AccessMapping _
) As String
public string FindServiceLocation(
TeamFoundationRequestContext requestContext,
string serviceType,
string toolId,
AccessMapping accessMapping
)
public:
String^ FindServiceLocation(
TeamFoundationRequestContext^ requestContext,
String^ serviceType,
String^ toolId,
AccessMapping^ accessMapping
)
member FindServiceLocation :
requestContext:TeamFoundationRequestContext *
serviceType:string *
toolId:string *
accessMapping:AccessMapping -> string
public function FindServiceLocation(
requestContext : TeamFoundationRequestContext,
serviceType : String,
toolId : String,
accessMapping : AccessMapping
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceType
Type: System.String
- toolId
Type: System.String
- accessMapping
Type: Microsoft.TeamFoundation.Framework.Server.AccessMapping
Return Value
Type: System.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.