WebEventCodes.ApplicationCompilationEnd Fält

Definition

Representerar händelsekoden som anger att kompilering av programmet har slutförts. Det här fältet är konstant.

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

Fältvärde

Value = 1004

Kommentarer

Värdet ApplicationCompilationEnd är en huvudkod och dess värde är större än ApplicationCodeBase värdet. ASP.NET genererar den relaterade händelsen WebApplicationLifetimeEvent när kompilering av programmet upphör.

Gäller för

Se även