MemoryConflictLog Constructor (SyncIdFormatGroup)

Initializes a new instance of the MemoryConflictLog class by using the specified ID format schema.

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

public:
MemoryConflictLog(
	SyncIdFormatGroup^ idFormats
)

Parameters

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

ExceptionCondition
ArgumentNullException

idFormats is a nullptr.

When this constructor is used, the in-memory conflict log does not communicate with the conflict log of the provider. This means that any conflicts that are saved in the log during synchronization will be discarded after synchronization completes.

Show: