WebEventCodes.ApplicationCodeBase 字段

定义

标识 ASP.NET 状况监视应用程序事件代码的偏移量。Identifies the offset for the ASP.NET health-monitoring application event codes. 此字段为常数。This field is constant.

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

字段值

Int32

注解

ApplicationCodeBase该值表示与类型关联的主要事件代码的偏移量 WebApplicationLifetimeEventThe ApplicationCodeBase value represents the offset for major event codes associated with the WebApplicationLifetimeEvent type. 为所有应用程序代码分配的值大于 ApplicationCodeBaseAll application codes are assigned values greater than ApplicationCodeBase.

适用于

另请参阅