Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 3.56 KB

File metadata and controls

52 lines (40 loc) · 3.56 KB
title IAppHostMethod Interface
description Describes the IAppHostMethod interface and provides the syntax, methods, properties, inheritance hierarchy, and requirements.
ms.date 10/07/2016
ms.assetid 86f78e95-288b-4fd5-979c-33a4a0e891e9

IAppHostMethod Interface

Provides access to a custom method that is optionally supported on an IAppHostElement Interface object.

Syntax

interface IAppHostMethod : IUnknown  

Methods

The following table lists the methods exposed by the IAppHostMethod interface.

Method Description
IAppHostMethod::CreateInstance Method Creates an executable IAppHostMethodInstance Interface object from the current method.

Properties

The following table lists the properties exposed by the IAppHostMethod interface.

Property Description
IAppHostMethod::Name Property Gets the name of the method.
IAppHostMethod::Schema Property Gets the schema assigned to the current method.

Remarks

IAppHostElement Interface objects provide a means for an administration system to support custom-defined methods that can be executed against a specific IAppHostElement Interface object. The methods are executed on the server side and the implementation of these custom methods is not exposed to the client.

Inheritance Hierarchy

IUnknown

IAppHostMethod

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Ahadmin.h

See Also

Application Host Administration Interfaces
IAppHostElement Interface
IAppHostMethodInstance Interface
IAppHostMethodExtension Interface