ISimpleSyncProviderIdGenerator Interface

Provides a way to generate IDs of a custom format that are used to identify replicas and items in a metadata store.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public Interface ISimpleSyncProviderIdGenerator
'Usage
Dim instance As ISimpleSyncProviderIdGenerator
public interface ISimpleSyncProviderIdGenerator
public interface class ISimpleSyncProviderIdGenerator
public interface ISimpleSyncProviderIdGenerator
public interface ISimpleSyncProviderIdGenerator

Remarks

Implement this interface only if you need to generate IDs of a custom format. If you do not implement this interface, the Sync Framework runtime automatically generates IDs in the following format: GUID for replica IDs; and GUID with an 8-byte prefix for item IDs. For more information about simple provider metadata, see Managing Metadata for Simple Providers.

See Also

Reference

ISimpleSyncProviderIdGenerator Members
Microsoft.Synchronization.SimpleProviders Namespace