WebEventCodes.ApplicationCodeBase Feld

Definition

Bezeichnet den Offset für den Anwendungsereigniscode der ASP.NET-Systemüberwachung. Dieses Feld ist konstant.

public: int ApplicationCodeBase = 1000;
public const int ApplicationCodeBase = 1000;
val mutable ApplicationCodeBase : int
Public Const ApplicationCodeBase As Integer  = 1000

Feldwert

Value = 1000

Hinweise

Der ApplicationCodeBase Wert stellt den Offset für wichtige Ereigniscodes dar, die dem WebApplicationLifetimeEvent Typ zugeordnet sind. Allen Anwendungscodes werden Werte zugewiesen, die größer als ApplicationCodeBasesind.

Gilt für:

Weitere Informationen