HierarchyService.Refresh(HierarchyInfo) Method

Definition

When overridden in a derived class, refreshes the Connections pane in IIS Manager.

public:
 abstract void Refresh(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo);
public abstract void Refresh (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo);
abstract member Refresh : Microsoft.Web.Management.Client.HierarchyInfo -> unit

Parameters

hierarchyInfo
HierarchyInfo

The HierarchyInfo node to refresh.

Remarks

This method enables you to create a customized Refresh method to perform actions such as selecting a refreshed node. You can call the Refresh method only programmatically. You cannot call this method by clicking Refresh on the View menu in IIS Manager.

For an example of this method, see the example for the HierarchyService class.

Applies to