ChangeBatch Constructor (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.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
destinationKnowledge As SyncKnowledge, _
sourceForgottenKnowledge As ForgottenKnowledge, _
filterInfo As FilterInfo _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim filterInfo As FilterInfo
Dim instance As New ChangeBatch(idFormats, destinationKnowledge, sourceForgottenKnowledge, filterInfo)
public ChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
FilterInfo filterInfo
)
public:
ChangeBatch (
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ sourceForgottenKnowledge,
FilterInfo^ filterInfo
)
public ChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
FilterInfo filterInfo
)
public function ChangeBatch (
idFormats : SyncIdFormatGroup,
destinationKnowledge : SyncKnowledge,
sourceForgottenKnowledge : ForgottenKnowledge,
filterInfo : FilterInfo
)
Parameters
- idFormats
The ID format schema of the provider.
- destinationKnowledge
The knowledge from the destination replica.
- sourceForgottenKnowledge
The forgotten knowledge of the source replica.
- filterInfo
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