System.Web.Management.WebBaseEvent Members

The members of System.Web.Management.WebBaseEvent are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.Management.WebBaseEvent class using the supplied parameters.

Initializes a new instance of the System.Web.Management.WebBaseEvent class using the supplied parameters.

Public Properties

[read-only]
static
ApplicationInformationWebApplicationInformation.

Gets a System.Web.Management.WebApplicationInformation object that contains information about the current application being monitored.

[read-only]
EventCodeint.

Gets the code value associated with the event.

[read-only]
EventDetailCodeint.

Gets the event detail code.

[read-only]
EventIDGuid.

Gets the identifier associated with the event.

[read-only]
EventSequencelong.

Gets the number of times the event has been raised by the application.

[read-only]
EventSourceobject.

Gets the object that raises the event.

[read-only]
EventTimeDateTime.

Gets the time when the event was raised.

[read-only]
EventTimeUtcDateTime.

Gets the time when the event was raised.

[read-only]
Messagestring.

Gets the message that describes the event.

Public Methods

FormatCustomEventDetails(WebEventFormatter)

Provides standard formatting of the event information.

Raise()

Raises an event by notifying any configured provider that the event has occurred.

static
Raise(WebBaseEvent)

Raises the specified event by notifying any configured provider that the event has occurred.

override
ToString() : string

Formats event information for display purposes.

ToString(bool, bool) : string

Formats event information for display purposes.