FullEnumerationChangeBatch Constructor
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, and the closed lower bound of the range of item IDs to enumerate.
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 _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId
Dim instance As New FullEnumerationChangeBatch(idFormats, destinationKnowledge, sourceForgottenKnowledge, fullEnumerationLowerBound)
public FullEnumerationChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
SyncId fullEnumerationLowerBound
)
public:
FullEnumerationChangeBatch (
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ sourceForgottenKnowledge,
SyncId^ fullEnumerationLowerBound
)
public FullEnumerationChangeBatch (
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
SyncId fullEnumerationLowerBound
)
public function FullEnumerationChangeBatch (
idFormats : SyncIdFormatGroup,
destinationKnowledge : SyncKnowledge,
sourceForgottenKnowledge : ForgottenKnowledge,
fullEnumerationLowerBound : SyncId
)
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
See Also
Reference
FullEnumerationChangeBatch Class
FullEnumerationChangeBatch Members
Microsoft.Synchronization Namespace