WebEventCodes.ApplicationCodeBase 字段

定义

标识 ASP.NET 状况监视应用程序事件代码的偏移量。 此字段为常数。

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

字段值

Value = 1000

注解

ApplicationCodeBase 表示与类型关联的主要事件代码的 WebApplicationLifetimeEvent 偏移量。 分配给所有应用程序代码的值都大于 ApplicationCodeBase

适用于

另请参阅