ChangeApplicationContext::SetConflictWinnerInformation Method

Sets the conflict winner information when this change is a conflict that requires more information.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
void SetConflictWinnerInformation(
	unsigned long long tickCount
)

Parameters

tickCount
Type: System::UInt64
The tick count, valid on the destination replica, to use for the version of the change that resolves the conflict.

ExceptionCondition
ArgumentException

tickCount is less than the current tick count of the destination replica.

SyncInvalidOperationException

ChangeApplicationAction is set to a value other than SetConflictWinnerInformation.

When a conflict can be resolved by applying a change to the destination replica, the change applier service requires the destination provider to specify a tick count to use for the version of the change that resolves the conflict.

Show: