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 | |
---|---|---|
OnCustomReplicaMetadataDeserialized | Occurs when the custom metadata field for the replica is read from the serialized metadata. | |
OnItemMetadataDeserialized | Occurs one time for each item that is read from the serialized metadata. | |
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