FeedIdConverter::GenerateAnonymousReplicaId Method
When overridden in a derived class, generates an anonymous replica ID for an item that does not contain a by value.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual SyncId^ GenerateAnonymousReplicaId( String^ when, unsigned int sequence ) abstract
Parameters
- when
- Type: System::String
The value of the when attribute of the FeedSync item.
- sequence
- Type: System::UInt32
The value of the sequence attribute of the FeedSync item.
Show: