HierarchyProvider.GetTasks(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.
Returns the set of tasks for the specified node in the Connections pane of IIS Manager.
public:
virtual Microsoft::Web::Management::Client::TaskList ^ GetTasks(Microsoft::Web::Management::Client::HierarchyInfo ^ item);
public virtual Microsoft.Web.Management.Client.TaskList GetTasks (Microsoft.Web.Management.Client.HierarchyInfo item);
abstract member GetTasks : Microsoft.Web.Management.Client.HierarchyInfo -> Microsoft.Web.Management.Client.TaskList
override this.GetTasks : Microsoft.Web.Management.Client.HierarchyInfo -> Microsoft.Web.Management.Client.TaskList
Public Overridable Function GetTasks (item As HierarchyInfo) As TaskList
Parameters
- item
- HierarchyInfo
The HierarchyInfo object for which to retrieve the tasks.
Returns
The task list.
Remarks
This method is called whenever the hierarchy service needs to get the tasks for a HierarchyInfo object. It is called to get the task list for the node's shortcut menu or for Content View in IIS Manager.