ILoggedConflict::IsTemporary

Indicates whether this conflict is temporary.


HRESULT IsTemporary();

  • S_OK when this conflict is temporary.

  • S_FALSE when this conflict is not temporary.

Temporary conflicts are used by the change applier. The change applier removes temporary conflicts from the conflict log before the end of the synchronization session.

Show: