HierarchyInfo.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.