IChangeApplicationContext::SetConflictWinnerInfo

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


HRESULT SetConflictWinnerInfo(
  ULONGLONG ullTickCount);

ullTickCount

[in] The tick count, valid on the destination replica, to use for the version of the change that resolves the conflict.

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: