WebEventCodes.ApplicationShutdown Feld

Definition

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

public: int ApplicationShutdown = 1002;
public const int ApplicationShutdown = 1002;
val mutable ApplicationShutdown : int
Public Const ApplicationShutdown As Integer  = 1002

Feldwert

Value = 1002

Hinweise

ApplicationShutdown ist ein Hauptcode und sein Wert ist größer als ApplicationCodeBase. ASP.NET löst das zugehörige WebApplicationLifetimeEvent Ereignis aus, wenn die Anwendung heruntergefahren wird.

Gilt für:

Weitere Informationen