LocationServerMapCache.ReadServerLocation Method

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

Syntax

'宣言
Public Shared Function ReadServerLocation ( _
    serverId As Guid _
) As String
public static string ReadServerLocation(
    Guid serverId
)
public:
static String^ ReadServerLocation(
    Guid serverId
)
static member ReadServerLocation : 
        serverId:Guid -> string 
public static function ReadServerLocation(
    serverId : Guid
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

LocationServerMapCache Class

Microsoft.TeamFoundation.Framework.Client Namespace