Share via


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)

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup _
)
'Usage
Dim idFormats As SyncIdFormatGroup

Dim instance As New MemoryConflictLog(idFormats)
public MemoryConflictLog(
    SyncIdFormatGroup idFormats
)
public:
MemoryConflictLog(
    SyncIdFormatGroup^ idFormats
)
new : 
        idFormats:SyncIdFormatGroup -> MemoryConflictLog
public function MemoryConflictLog(
    idFormats : SyncIdFormatGroup
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

idFormats is a null reference (Nothing in Visual Basic).

Remarks

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.

See Also

Reference

MemoryConflictLog Class

MemoryConflictLog Overload

Microsoft.Synchronization Namespace