IAppHostMethod, interface
Fournit l’accès à une méthode personnalisée qui est éventuellement prise en charge sur un objet IAppHostElement Interface .
Syntaxe
interface IAppHostMethod : IUnknown
Méthodes
Le tableau suivant répertorie les méthodes exposées par l’interface IAppHostMethod
.
Méthode | Description |
---|---|
IAppHostMethod::CreateInstance, méthode | Crée un objet exécutable IAppHostMethodInstance Interface à partir de la méthode actuelle. |
Propriétés
Le tableau suivant répertorie les propriétés exposées par l’interface IAppHostMethod
.
Propriété | Description |
---|---|
IAppHostMethod::Name, propriété | Obtient le nom de la méthode. |
IAppHostMethod::Schema, propriété | Obtient le schéma affecté à la méthode actuelle. |
Remarques
Les objets IAppHostElement Interface fournissent un moyen pour un système d’administration de prendre en charge des méthodes définies personnalisées qui peuvent être exécutées sur un objet IAppHostElement Interface spécifique. Les méthodes sont exécutées côté serveur et l’implémentation de ces méthodes personnalisées n’est pas exposée au client.
Hiérarchie d'héritage
IAppHostMethod
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sur Windows 8 - IIS 10.0 sur Windows 10 |
Serveur | - IIS 7.0 sur Windows Server 2008 - IIS 7.5 sur Windows Server 2008 R2 - IIS 8.0 sur Windows Server 2012 - IIS 8.5 sur Windows Server 2012 R2 - IIS 10.0 sur Windows Server 2016 |
Produit | - 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 |
En-tête | Ahadmin.h |
Voir aussi
Interfaces d’administration de l’hôte d’application
IAppHostElement, interface
IAppHostMethodInstance, interface
IAppHostMethodExtension, interface