This documentation is archived and is not being maintained.

WebEventProvider Members

Provides the base class for non buffered event providers.

The WebEventProvider type exposes the following members.

  NameDescription
Protected method WebEventProvider Infrastructure. Initializes a new instance of the WebEventProvider class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Flush Moves the events from the provider's buffer into the event log.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method Initialize Initializes the provider. (Inherited from ProviderBase.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ProcessEvent Processes the event passed to the provider.
Public method Shutdown Performs tasks associated with shutting down the provider.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Description Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.)
Public property Name Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.)
Top
Show: