Share via


ChangeBatch Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ChangeBatch class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method 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 is used to control which changes are included in the change batch.

Top

Remarks

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.

See Also

Reference

ChangeBatch Class

Microsoft.Synchronization Namespace