IApplicationPreloadManager Interface

Définition

Fournit des méthodes qu’ASP.NET utilise pour appeler la fonctionnalité de préchargement d’application dans IIS 7.0.

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 IApplicationPreloadManager
[System.Runtime.InteropServices.Guid("AE54F424-71BC-4da5-AA2F-8C0CD53496FC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IApplicationPreloadManager
[<System.Runtime.InteropServices.Guid("AE54F424-71BC-4da5-AA2F-8C0CD53496FC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IApplicationPreloadManager = interface
Public Interface IApplicationPreloadManager
Dérivé
Attributs

Méthodes

SetApplicationPreloadState(String, String, Boolean)

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

appelée par IIS 7,0 pour notifier ASP.NET si une application doit être préchargée.

SetApplicationPreloadUtil(IApplicationPreloadUtil)

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

Appelle IIS 7,0 pour recevoir les informations nécessaires pour précharger une application.

S’applique à