IMetadataSerializationHost Interface

Definition

Represents a host for a metadata serialization actions.

public interface IMetadataSerializationHost
type IMetadataSerializationHost = interface
Public Interface IMetadataSerializationHost

Remarks

Inplementing this interface enables the host to get notifications about the progress of serializzation related activity.

The sequence of notifications during a serialization operation:

Methods

DocumentEndNotification(Boolean, Object, String, Boolean)

A notification of the completion of a serialization operation of a particular document.

DocumentStartNotification(Boolean, Object, String)

A notification of the start of a serialization operation of a particular document.

ErrorNotification(Boolean, Object, Exception)

A notification of an error during a serialization operation.

OperationEndNotification(Boolean, Object, Boolean)

A notification of the completion of a serialization operation.

OperationStartNotification(Boolean, Object, IReadOnlyCollection<String>)

A notification of the start of a serialization operation.

Applies to