HierarchyService.Refresh(HierarchyInfo) 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.
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.