Click or drag to resize

SyncProviderSaveChangeWithChangeUnits Method

[Missing <summary> documentation for "M:VelocityDBExtensions.SyncProvider.SaveChangeWithChangeUnits(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.SaveChangeWithChangeUnitsContext)"]

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public void SaveChangeWithChangeUnits(
	ItemChange change,
	SaveChangeWithChangeUnitsContext context
)

Parameters

change
Type: ItemChange

[Missing <param name="change"/> documentation for "M:VelocityDBExtensions.SyncProvider.SaveChangeWithChangeUnits(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.SaveChangeWithChangeUnitsContext)"]

context
Type: SaveChangeWithChangeUnitsContext

[Missing <param name="context"/> documentation for "M:VelocityDBExtensions.SyncProvider.SaveChangeWithChangeUnits(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.SaveChangeWithChangeUnitsContext)"]

Implements

INotifyingChangeApplierTarget.SaveChangeWithChangeUnits(ItemChange, SaveChangeWithChangeUnitsContext)
See Also