Click or drag to resize

SyncProviderTryGetDestinationVersion Method

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

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool TryGetDestinationVersion(
	ItemChange sourceChange,
	out ItemChange destinationVersion
)

Parameters

sourceChange
Type: ItemChange

[Missing <param name="sourceChange"/> documentation for "M:VelocityDBExtensions.SyncProvider.TryGetDestinationVersion(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.ItemChange@)"]

destinationVersion
Type: ItemChange

[Missing <param name="destinationVersion"/> documentation for "M:VelocityDBExtensions.SyncProvider.TryGetDestinationVersion(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.ItemChange@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.SyncProvider.TryGetDestinationVersion(Microsoft.Synchronization.ItemChange,Microsoft.Synchronization.ItemChange@)"]

Implements

INotifyingChangeApplierTarget.TryGetDestinationVersion(ItemChange, ItemChange)
See Also