RegisteredServerCollection.Remove(String) Method

Definition

Removes a RegisteredServer object from the RegisteredServerCollection object.

public:
 void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)

Parameters

key
String

A String value that specifies the name of the registered server that is to be removed from the collection.

Examples

Using Collections

Applies to