HierarchyInfo.Update Method

Definition

Updates the view of the current node in the Connections pane of IIS Manager.

public:
 void Update();
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()

Examples

The following example calls the Update method.

public void myUpdate()
{
    Update();
}

Remarks

This method does not reload child nodes.

Applies to