Share via


IChangeApplicationContext::SetConflictWinnerInfo

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

Syntax

HRESULT SetConflictWinnerInfo(
  ULONGLONG ullTickCount);

Parameters

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

Return Value

Remarks

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.

See Also

Reference

IChangeApplicationContext Interface