IDeserializationStartCallback Interface

 

Applies To: SQL Server 2016 Preview

Indicates that a class is to be notified when deserialization of the entire object graph has been started.

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

Syntax

public interface IDeserializationStartCallback
public interface class IDeserializationStartCallback
type IDeserializationStartCallback = interface end
Public Interface IDeserializationStartCallback

Methods

Name Description
System_CAPS_pubmethod OnDeserializationBegin(Object)

Runs when the entire object graph has started the deserialization.

See Also

Microsoft.DataWarehouse.Serialization Namespace

Return to top