FeedIdConverter::GenerateAnonymousReplicaId Method

When overridden in a derived class, generates an anonymous replica ID for an item that does not contain a by value.

Namespace:  Microsoft.Synchronization.FeedSync
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.

Return Value

Type: Microsoft.Synchronization::SyncId
The anonymous replica ID in the provider format.
Show: