IConstraintConflict::IsTemporary

Indicates whether the conflict is temporary.


HRESULT IsTemporary();

  • S_OK when the conflict is temporary.

  • S_FALSE when the conflict is not temporary.

The change applier might store temporary conflicts in the conflict log during a synchronization session. Temporary conflicts are always removed from the log before the session ends.

Show: