Udostępnij za pośrednictwem


IProviderUpgradeCallback Members

When implemented by a derived class, represents methods that Sync Framework can call to notify a provider about events that occur during a metadata store upgrade that is initiated because the provider version has changed.

The following tables list the members exposed by the IProviderUpgradeCallback type.

Public Methods

  Name Description
Public method OnCustomReplicaMetadataDeserialized Occurs when the custom metadata field for the replica is read from the serialized metadata.
Public method OnItemMetadataDeserialized Occurs one time for each item that is read from the serialized metadata.
Public method OnProviderUpgradeRequired Occurs when the expected provider compatibility version specified to DeserializeReplicaMetadata does not match the provider version that is contained in the serialized metadata.

Top

See Also

Reference

IProviderUpgradeCallback Interface
Microsoft.Synchronization.MetadataStorage Namespace