Share via


ChangeBatch Constructor

Initializes a new instance of the ChangeBatch class.

ChangeBatch contains metadata for a set of changes. Typically, a batch of changes is sent from the source provider in response to a KnowledgeSyncProvider.GetChangeBatch call, and is applied by the destination provider to its item store during KnowledgeSyncProvider.ProcessChangeBatch processing.

Overload List

Name Description
ChangeBatch (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.
ChangeBatch (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, FilterInfo)
Initializes a new instance of the ChangeBatch class that contains the specified ID format schema, knowledge from the destination replica, forgotten knowledge from the source replica, and the filter that was used to control which changes were included in the change batch when it was built.

See Also

Reference

ChangeBatch Class
ChangeBatch Members
Microsoft.Synchronization Namespace