IAppManagerAppDomainFactory Interfaccia

Definizione

Definisce un metodo utilizzato per creare un'istanza AppDomain per una gestione applicazioni Web e un metodo utilizzato per interrompere tutte le istanze AppDomain per una gestione applicazioni Web.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Derivato
Attributi

Metodi

Create(String, String)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Crea un nuovo dominio applicazione per l'applicazione Web specificata.

Stop()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Interrompe tutti i domini applicazione associati a questa gestione applicazioni.

Si applica a