IEnumLoggedConflicts Interface

Enumerates the logged conflicts that are stored in a conflict log.

Syntax

interface IEnumLoggedConflicts : IUnknown

Members

IEnumLoggedConflicts method

Description

IEnumLoggedConflicts::Next

Returns the next elements in the conflict log, if they are available.

IEnumLoggedConflicts::Skip

Skips the specified number of conflicts.

IEnumLoggedConflicts::Reset

Resets the enumerator to the beginning of the conflict log.

IEnumLoggedConflicts::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one. This method is not implemented.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components