AspNetPageLoadPostDataLeave class

The event type class for the PageLoadPostDataLeave event.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, EventType(29), EventLevel(5), EventTypeName("PageLoadPostDataLeave")]
class AspNetPageLoadPostDataLeave : AspNetTraceEvent
{
  uint16 EventSize;
  uint16 ReservedHeaderField;
  uint8  EventType;
  uint8  TraceLevel;
  uint16 TraceVersion;
  uint64 ThreadId;
  uint64 TimeStamp;
  uint8  EventGuid[];
  uint32 KernelTime;
  uint32 UserTime;
  uint32 InstanceId;
  uint8  ParentGuid[];
  uint32 ParentInstanceId;
  uint32 MofData;
  uint32 MofLength;
  uint32 Flags;
  uint32 Level;
  uint64 ConnID;
  object ContextId;
};

Members

The AspNetPageLoadPostDataLeave class has these types of members:

Properties

The AspNetPageLoadPostDataLeave class has these properties.

ConnID

Data type: uint64

Access type: Read-only

Qualifiers: WmiDataId (1)

The connection identifier

ContextId

Data type: object

Access type: Read-only

Qualifiers: WmiDataId (2), extension ("Guid"), ActivityID

The context identifier

EventGuid

Data type: uint8 array

Access type: Read-only

Qualifiers: WmiDataId (8), Max (16)

Event trace class GUID of this event.

EventSize

Data type: uint16

Access type: Read-only

Qualifiers: WmiDataId (1)

Total number of bytes of the event.

EventType

Data type: uint8

Access type: Read-only

Qualifiers: WmiDataId (3)

Provider-defined event type. Tells you which event type class to use to decipher the provider-defined event data (the data pointed to by MofData.

Flags

Data type: uint32

Access type: Read-only

Qualifiers: ValueDescriptions ("Infrastructure Events", "Pipeline Module Events", "Page Events", "Application Services Events"), DefineValues ("ETW_ASPNET_INFRASTRUCTURE", "ETW_ASPNET_MODULE", "ETW_ASPNET_PAGE", "ETW_ASPNET_APPSVC"), Values ("Infrastructure", "Module", "Page", "AppServices"), ValueMap ("0x0001", "0x0002", "0x0004", "0x0008")

The classes of events that are enabled.

Infrastructure (1)

Infrastructure Events

Module (2)

Pipeline Module Events

Page (4)

Page Events

AppServices (8)

Application Services Events

InstanceId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (11)

Identifier of this event instance.

KernelTime

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (9)

Elapsed execution time for kernel-mode instructions, in CPU ticks.

Level

Data type: uint32

Access type: Read-only

Qualifiers: ValueDescriptions ("Abnormal exit or termination", "Severe errors", "Warnings", "Information", "Detailed information"), DefineValues ("TRACE_LEVEL_FATAL", "TRACE_LEVEL_ERROR", "TRACE_LEVEL_WARNING", "TRACE_LEVEL_INFORMATION", "TRACE_LEVEL_VERBOSE"), Values ("Fatal", "Error", "Warning", "Information", "Verbose"), ValueMap ("0x1", "0x2", "0x3", "0x4", "0x5"), ValueType ("index")

The error level of the event.

Fatal (1)

Abnormal exit or termination

Error (2)

Severe errors

Warning (3)

Warnings

Information (4)

Information

Verbose (5)

Detailed information

MofData

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (14), Pointer

Pointer to the provider-specific event data.

MofLength

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (15)

Length of the provider-specific event data.

ParentGuid

Data type: uint8 array

Access type: Read-only

Qualifiers: WmiDataId (12), Max (16)

Event trace class GUID of the parent instance.

ParentInstanceId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (13)

Identifier of the parent instance data.

ReservedHeaderField

Data type: uint16

Access type: Read-only

Qualifiers: WmiDataId (2)

Reserved.

ThreadId

Data type: uint64

Access type: Read-only

Qualifiers: WmiDataId (6), Pointer

Identifies the thread that generated the event.

TimeStamp

Data type: uint64

Access type: Read-only

Qualifiers: WmiDataId (7)

Contains the date and time when the event occurred.

TraceLevel

Data type: uint8

Access type: Read-only

Qualifiers: WmiDataId (4)

Provider-defined value that defines the severity level used to generate the event.

TraceVersion

Data type: uint16

Access type: Read-only

Qualifiers: WmiDataId (5)

Provider-defined version number of the event trace class used to generate the event.

UserTime

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (10)

Elapsed execution time for user-mode instructions, in CPU ticks.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\WMI
MOF
AspNet.mof
DLL
MSCoree.dll