ISerializationStartCallback Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines that a class to be notified when serialization of the entire object graph has been started.

Namespace:  Microsoft.DataWarehouse.Serialization
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface ISerializationStartCallback
'Usage
Dim instance As ISerializationStartCallback
public interface ISerializationStartCallback
public interface class ISerializationStartCallback
type ISerializationStartCallback =  interface end
public interface ISerializationStartCallback

The ISerializationStartCallback type exposes the following members.

Methods

  Name Description
Public method OnSerializationBegin Infrastructure. Runs when the entire object graph has started the serialization.

Top

See Also

Reference

Microsoft.DataWarehouse.Serialization Namespace