MemoryConflictLog Constructor (SyncIdFormatGroup, IConflictLogWriter)
Initializes a new instance of the MemoryConflictLog class by using the specified ID format schema and conflict log writer.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
MemoryConflictLog(
SyncIdFormatGroup^ idFormats,
IConflictLogWriter^ conflictLogWriter
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- conflictLogWriter
- Type: Microsoft.Synchronization::IConflictLogWriter
The conflict log writer that represents the conflict log of the provider.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats is a nullptr. |
When this constructor is used, the Persist method can be called after synchronization has completed, to save any new conflicts to the conflict log that is represented by conflictLogWriter.
Show: