RegisteredTfsConnections.UnregisterConfigurationServer Method
Removes the configuration server with the specified name from this registry.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Shared Sub UnregisterConfigurationServer ( _
name As String _
)
public static void UnregisterConfigurationServer(
string name
)
public:
static void UnregisterConfigurationServer(
String^ name
)
static member UnregisterConfigurationServer :
name:string -> unit
public static function UnregisterConfigurationServer(
name : String
)
Parameters
- name
Type: System.String
The name of the registered configuration server to remove.
Remarks
This method does nothing if the specified name is not registered. The name of the registered configuration server is usually the host name of the application tier.
.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.