IAppManagerAppDomainFactory Interface

Définition

Définit une méthode utilisée pour créer une AppDomain instance pour un gestionnaire d’applications web et une méthode utilisée pour arrêter toutes les AppDomain instances d’un gestionnaire d’applications web.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public interface class IAppManagerAppDomainFactory
[System.Runtime.InteropServices.Guid("02998279-7175-4d59-aa5a-fb8e44d4ca9d")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppManagerAppDomainFactory
[<System.Runtime.InteropServices.Guid("02998279-7175-4d59-aa5a-fb8e44d4ca9d")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppManagerAppDomainFactory = interface
Public Interface IAppManagerAppDomainFactory
Dérivé
Attributs

Méthodes

Nom Description
Create(String, String)

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Crée un domaine d’application pour l’application web spécifiée.

Stop()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Arrête tous les domaines d’application associés à ce gestionnaire d’applications.

S’applique à