IEnumClockVector Interface

Enumerates the clock vector elements that are stored in a clock vector.

Syntax

interface IEnumClockVector : IUnknown

Members

IEnumClockVector methods

Description

IEnumClockVector::Next

Returns the next elements in the clock vector, if they are available.

IEnumClockVector::Skip

Skips the specified number of clock vector elements.

IEnumClockVector::Reset

Resets the enumerator to the beginning of the clock vector.

IEnumClockVector::Clone

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

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components