HomepageExtension Class
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.
Implements the IHomepageTaskListProvider interface and provides a way for IIS Manager to notify the extension to refresh the extension's data.
public ref class HomepageExtension abstract : Microsoft::Web::Management::Client::Extensions::IHomepageTaskListProvider
public abstract class HomepageExtension : Microsoft.Web.Management.Client.Extensions.IHomepageTaskListProvider
type HomepageExtension = class
interface IHomepageTaskListProvider
Public MustInherit Class HomepageExtension
Implements IHomepageTaskListProvider
- Inheritance
-
HomepageExtension
- Implements
Constructors
HomepageExtension() |
Initializes a new instance of the HomepageExtension class. |
Methods
GetTaskList(IServiceProvider, ModulePageInfo) |
Returns the list of task items to be added to the Connection tasks list on the Start page of IIS Manager. |
OnRefresh() |
Occurs when the Start page in IIS Manager is refreshed. |
Explicit Interface Implementations
IHomepageTaskListProvider.GetTaskList(IServiceProvider, ModulePageInfo) |
Returns the list of task items to be added to the Connection tasks list on the Start page of IIS Manager. |