KnowledgeBuilder.ReplicaKeyMap Property

Gets the replica key map that is used to build the knowledge.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public IDictionary<uint, SyncId> ReplicaKeyMap { get; }

Property Value

Type: System.Collections.Generic.IDictionary<UInt32, SyncId>
The replica key map that is used to build the knowledge.
Show: