ISyncSession Interface

Controls a synchronization session between two providers.

interface ISyncSession : IUnknown

Members

ISyncSession methods Description

ISyncSession::RegisterCallback

Represents a callback interface that the ISyncSession object can use to report events that occur during synchronization.

ISyncSession::Start

Starts a synchronization session.

ISyncSession::Cancel

Cancels the current synchronization session.

Remarks

The ISyncSession object contains the two ISyncProvider objects that participate in synchronization. It starts and controls the synchronization session, and sends progress events to the application.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components