NotifyingChangeApplier Constructor (SyncIdFormatGroup)

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

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

public:
NotifyingChangeApplier(
	SyncIdFormatGroup^ idFormats
)

Parameters

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

ExceptionCondition
ArgumentNullException

idFormats is a nullptr.

Show: