Click or drag to resize

SyncProviderGetFullEnumerationChangeBatch Method

[Missing <summary> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public override FullEnumerationChangeBatch GetFullEnumerationChangeBatch(
	uint batchSize,
	SyncId lowerEnumerationBound,
	SyncKnowledge knowledgeForDataRetrieval,
	out Object changeDataRetriever
)

Parameters

batchSize
Type: SystemUInt32

[Missing <param name="batchSize"/> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

lowerEnumerationBound
Type: SyncId

[Missing <param name="lowerEnumerationBound"/> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

knowledgeForDataRetrieval
Type: SyncKnowledge

[Missing <param name="knowledgeForDataRetrieval"/> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

changeDataRetriever
Type: SystemObject

[Missing <param name="changeDataRetriever"/> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

Return Value

Type: FullEnumerationChangeBatch

[Missing <returns> documentation for "M:VelocityDBExtensions.SyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@)"]

See Also