FullEnumerationChangeBatch Constructor (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, SyncId, FilterInfo)
Initializes a new instance of the FullEnumerationChangeBatch class that contains the specified ID format schema, the knowledge from the destination provider, forgotten knowledge from the source provider, the closed lower bound of the range of item IDs to enumerate, and the filter that is used to control which changes are included in the change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
destinationKnowledge As SyncKnowledge, _
sourceForgottenKnowledge As ForgottenKnowledge, _
fullEnumerationLowerBound As SyncId, _
filterInfo As FilterInfo _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId
Dim filterInfo As FilterInfo
Dim instance As New FullEnumerationChangeBatch(idFormats, destinationKnowledge, sourceForgottenKnowledge, fullEnumerationLowerBound, filterInfo)
public FullEnumerationChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
SyncId fullEnumerationLowerBound,
FilterInfo filterInfo
)
public:
FullEnumerationChangeBatch (
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ sourceForgottenKnowledge,
SyncId^ fullEnumerationLowerBound,
FilterInfo^ filterInfo
)
public FullEnumerationChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
SyncId fullEnumerationLowerBound,
FilterInfo filterInfo
)
public function FullEnumerationChangeBatch (
idFormats : SyncIdFormatGroup,
destinationKnowledge : SyncKnowledge,
sourceForgottenKnowledge : ForgottenKnowledge,
fullEnumerationLowerBound : SyncId,
filterInfo : FilterInfo
)
Parameters
- idFormats
The ID format schema of the provider.
- destinationKnowledge
The knowledge from the destination provider.
- sourceForgottenKnowledge
The forgotten knowledge of the source provider.
- fullEnumerationLowerBound
The closed lower bound of the range of item IDs to enumerate. This is the same lower bound as that passed by Sync Framework to GetFullEnumerationChangeBatch
- filterInfo
The filter that is used to control which changes are included in the change batch.
See Also
Reference
FullEnumerationChangeBatch Class
FullEnumerationChangeBatch Members
Microsoft.Synchronization Namespace