FilterKeyMap Constructor

Initializes a new instance of the FilterKeyMap class that contains the specified ID format schema.

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

public:
FilterKeyMap(
	SyncIdFormatGroup^ idFormats
)

Parameters

idFormats
Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.

ExceptionCondition
ArgumentNullException

A required parameter is a nullptr.

A filter key map is used by a provider that represents a replica that tracks filters. The filter key map maps filter keys to ISyncFilter objects.

Show: