FeedIdConverter::ConvertReplicaIdToString Method
When overridden in a derived class, converts a replica ID to the FeedSync format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- replicaId
- Type: Microsoft.Synchronization::SyncId
The replica ID in the provider format.
Notes to Implementers
If replicaId is an anonymous replica ID, this method must return a nullptr. An anonymous replica ID is used when a FeedSync item history element does not have a by attribute. An anonymous replica ID is created by using GenerateAnonymousReplicaId.
Show: