IApplicationPreloadManager.SetApplicationPreloadState Methode

Definitie

Wordt aangeroepen door IIS 7.0 om ASP.NET op de hoogte te stellen of een toepassing vooraf moet worden geladen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 void SetApplicationPreloadState(System::String ^ context, System::String ^ appId, bool enabled);
public void SetApplicationPreloadState(string context, string appId, bool enabled);
abstract member SetApplicationPreloadState : string * string * bool -> unit
Public Sub SetApplicationPreloadState (context As String, appId As String, enabled As Boolean)

Parameters

context
String

De toepassingscontext.

appId
String

De unieke id van de toepassing.

enabled
Boolean

true om aan te geven dat de toepassing vooraf moet worden geladen; anders, false.

Van toepassing op