Theater SDK Banner 

Art
[Previous][Next]

ServerView.RemoveServer Method

Disconnects a server, and removes its node from the tree.

Syntax

ServerView.RemoveServer( Selection )

Parameters

Selection

A Variant value specifying either index or name of the server that is to be removed.

Remarks

The Selection parameter can be either a Long value (index of the server) or a String value (name of the server).

To obtain the value of a particular selection, use the CurrentSelection property or the OnSelectionChanged event. To invoke this method on the current selection, specify –1 or NST_CURRENT_SELECTION.

[Previous][Next]



© 1996-1998 Microsoft Corporation. All rights reserved