Click or drag to resize

SyncProviderGetSyncBatchParameters Method

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

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public override void GetSyncBatchParameters(
	out uint batchSize,
	out SyncKnowledge knowledge
)

Parameters

batchSize
Type: SystemUInt32

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

knowledge
Type: SyncKnowledge

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

See Also