WebEventCodes.ApplicationCompilationEnd Feld

Definition

Stellt den Ereigniscode dar, der angibt, dass die Kompilierung der Anwendung beendet wurde. Dieses Feld ist konstant.

public: int ApplicationCompilationEnd = 1004;
public const int ApplicationCompilationEnd = 1004;
val mutable ApplicationCompilationEnd : int
Public Const ApplicationCompilationEnd As Integer  = 1004

Feldwert

Value = 1004

Hinweise

Der ApplicationCompilationEnd Wert ist ein Hauptcode, und sein Wert ist größer als der ApplicationCodeBase Wert. ASP.NET löst das zugehörige WebApplicationLifetimeEvent Ereignis aus, wenn die Kompilierung der Anwendung endet.

Gilt für:

Weitere Informationen