This documentation is archived and is not being maintained.

LocationServerMapCache::ReadServerLocation Method

Finds the location for the specified guid. If it is not found, null is returned.

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

public:
static String^ ReadServerLocation(
	Guid serverId
)

Parameters

serverId
Type: System::Guid

Return Value

Type: System::String
The location of the location service for this server or null if the guid is not found.

Show: