WebEventCodes.ApplicationCodeBase Veld

Definitie

Identificeert de offset voor de ASP.NET toepassingsgebeurteniscodes voor statuscontrole. Dit veld is constant.

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

Waarde van veld

Value = 1000

Opmerkingen

De ApplicationCodeBase waarde vertegenwoordigt de offset voor primaire gebeurteniscodes die aan het WebApplicationLifetimeEvent type zijn gekoppeld. Alle toepassingscodes zijn toegewezen waarden die groter zijn dan ApplicationCodeBase.

Van toepassing op

Zie ook