Share via


IAppHostMethodInstance Interface

 

Provides methods that access a specific invocation instance of the corresponding IAppHostMethod Interface.

Syntax

IAppHostMethodInstance : public IUnknown  

Methods

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

Method Description
Execute Executes the specified method.
GetMetadata Gets the named metadata.
SetMetadata Sets the named metadata

Properties

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

Method Description
Input Gets an IAppHostElement Interface that may contain input parameters for a specified method instance call.
Output Gets an IAppHostElement Interface in which output parameters may be retrieved after a specified method instance has been executed.

Remarks

The caller of a method sets parameters and then executes the instance of the method.

Inheritance Hierarchy

IUnknown

IAppHostMethodInstance

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- 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 Technical Preview
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- IIS Express 7.5, IIS Express 8.0, IIS Express 10.0
Header Ahadmin.h

See Also

Application Host Administration Interfaces
Application Host Administration API Reference
IAppHostMethod Interface