IFeedIdConverterCallback Interface
Represents callbacks that are used by an IFeedIdConverter object to return values to Sync Framework when IFeedIdConverter methods are called.
IFeedIdConverterCallback methods | Description |
|---|---|
Called by IFeedIdConverter::ConvertReplicaIdToString to return the replica ID in the FeedSync format. | |
Called by IFeedIdConverter::ConvertItemIdToString to return the item ID in the FeedSync format. | |
Called by IFeedIdConverter::ConvertStringToReplicaId to return the replica ID in the provider format. | |
Called by IFeedIdConverter::ConvertStringToItemId to return the item ID in the provider format. | |
IFeedIdConverterCallback::GenerateAnonymousReplicaIdComplete | Called by IFeedIdConverter::GenerateAnonymousReplicaId to return the generated replica ID in the provider format. |