DeploymentSerializationEventArgs Class

IIS 7.0

Defines an argument that is used in a deployment serialization event.

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

public ref class DeploymentSerializationEventArgs : public DeploymentTraceEventArgs

The DeploymentSerializationEventArgs type exposes the following members.

  NameDescription
Public methodDeploymentSerializationEventArgsCreates an instance of a DeploymentSerializationEventArgs object.
Top

  NameDescription
Public propertyEventDataGets a dictionary of data associated with the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyEventLevelGets the trace level used by the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyMessageGets a message describing the current serialization operation. (Overrides DeploymentTraceEventArgs..::..Message.)
Public propertySerializationActionGets the serialization operation this event represents.
Top

  NameDescription
Protected methodAddEventDataAdds data to the current event argument. (Inherited from DeploymentTraceEventArgs.)
Protected methodCollectEventDataCollects the event data for the current trace event argument. (Inherited from DeploymentTraceEventArgs.)
Public methodCreateNavigatorCreates an XPathNavigator for the current event argument. (Inherited from DeploymentTraceEventArgs.)
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: