DeploymentTraceEventArgs Class

IIS 7.0

Provides the base class for arguments that are used in deployment trace events.

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentTraceEventArgs abstract : public EventArgs, 
	IXPathNavigable

The DeploymentTraceEventArgs type exposes the following members.

  NameDescription
Protected methodDeploymentTraceEventArgsCreates an instance of event arguments with the specified trace level.
Top

  NameDescription
Public propertyEventDataGets a dictionary of data associated with the current event argument.
Public propertyEventLevelGets the trace level used by the current event argument.
Public propertyMessageGets the message associated with the current event argument.
Top

  NameDescription
Protected methodAddEventDataAdds data to the current event argument.
Protected methodCollectEventDataCollects the event data for the current trace event argument.
Public methodCreateNavigatorCreates an XPathNavigator for the current event argument.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: