IApplicationPreloadManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods that ASP.NET uses to invoke the application-preload feature in IIS 7.0.
This API supports the product infrastructure and is not intended to be used directly from your 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
- Derived
- Attributes
Methods
SetApplicationPreloadState(String, String, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Called by IIS 7.0 to notify ASP.NET whether an application should be preloaded. |
SetApplicationPreloadUtil(IApplicationPreloadUtil) |
This API supports the product infrastructure and is not intended to be used directly from your code. Calls IIS 7.0 to get information that is required in order to preload an application. |