Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
public MemoryConflictLog (
SyncIdFormatGroup idFormats
)
public function MemoryConflictLog (
idFormats : SyncIdFormatGroup
)
Parameters
- idFormats
The ID format schema of the provider.
Exceptions
| Exception type | Condition |
|---|---|
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 Members
Microsoft.Synchronization Namespace