Sdílet prostřednictvím


RegistrationUtilities.GetServiceUrlForTool Method (TfsConnection, String)

Get the ServiceUrl for a specific tool with only one service Url An ArgumentException will be thrown if there is more than one ServiceUrl for this tool instance If no ServiceInstances are returned for this tool name an RegistrationEntryRetrievalException will be thrown

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

Syntax

'Declaration
Public Shared Function GetServiceUrlForTool ( _
    server As TfsConnection, _
    toolName As String _
) As String
public static string GetServiceUrlForTool(
    TfsConnection server,
    string toolName
)
public:
static String^ GetServiceUrlForTool(
    TfsConnection^ server, 
    String^ toolName
)
static member GetServiceUrlForTool : 
        server:TfsConnection * 
        toolName:string -> string
public static function GetServiceUrlForTool(
    server : TfsConnection, 
    toolName : String
) : String

Parameters

Return Value

Type: System.String
the service Url for correspond to the provide tool instance name

.NET Framework Security

See Also

Reference

RegistrationUtilities Class

GetServiceUrlForTool Overload

Microsoft.TeamFoundation.Server Namespace