ChangeBatch Constructor (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge)
Initializes a new instance of the ChangeBatch class that contains the specified ID format schema, the knowledge from the destination replica, and the forgotten knowledge of the source provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ChangeBatch(
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ sourceForgottenKnowledge
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema for the provider.
- destinationKnowledge
- Type: Microsoft.Synchronization::SyncKnowledge
The knowledge from the destination replica.
- sourceForgottenKnowledge
- Type: Microsoft.Synchronization::ForgottenKnowledge
The forgotten knowledge of the source replica.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats, destinationKnowledge, or sourceForgottenKnowledge is a nullptr. |
Show: