ISyncSessionState Interface

Represents information about the current synchronization session.

Syntax

interface ISyncSessionState : IUnknown

Members

ISyncSessionState methods

Description

ISyncSessionState::IsCanceled

Indicates whether the synchronization session has been canceled.

ISyncSessionState::GetInfoForChangeApplication

Retrieves stored data for a serialized change applier.

ISyncSessionState::LoadInfoFromChangeApplication

Stores data for a serialized change applier.

ISyncSessionState::GetForgottenKnowledgeRecoveryRangeStart

Gets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.

ISyncSessionState::GetForgottenKnowledgeRecoveryRangeEnd

Gets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.

ISyncSessionState::SetForgottenKnowledgeRecoveryRange

Sets the recovery range when the session is performing forgotten knowledge recovery.

ISyncSessionState::OnProgress

Reports progress periodically during the synchronization session.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components