IFeedSyncServices インターフェイス

同期プロバイダーが Sync Framework データと FeedSync データ間で相互運用する場合に使用できるオブジェクトを表します。

interface IFeedSyncServices : IUnknown

メンバー

IFeedSyncServices メソッド 説明

IFeedSyncServices::Initialize

IFeedSyncServices オブジェクトを初期化します。このメソッドは、他の IFeedSyncServices メソッドの前に呼び出す必要があります。

IFeedSyncServices::LoadFeed

指定されたストリームから FeedSync フィードを読み込みます。

IFeedSyncServices::GetFeedMetadata

読み込まれたフィードのメタデータを含んだ IFeedItemMetadata オブジェクトを取得します。

IFeedSyncServices::GetKnowledge

読み込まれたフィード内の項目のナレッジを含んだ ISyncKnowledge オブジェクトを計算し返します。

IFeedSyncServices::GetCurrentTickCount

読み込まれたフィードのナレッジのティック数を増分し、更新されたティック数を返します。

IFeedSyncServices::GetChangeBatch

読み込まれたフィードから変更バッチを取得します。

IFeedSyncServices::ProcessChangeBatch

同期元プロバイダーから送信された変更のバッチを処理します。

IFeedSyncServices::LoadChangeData

読み込まれたフィードから指定された項目のデータを読み込みます。

IFeedSyncServices::CreateFeedBuilder

IFeedBuilder オブジェクトを作成します。このオブジェクトは、読み込まれたフィードに変更および競合を保存するために使用できます。

必要条件

ヘッダー : Feedsync.h

参照

概念

Sync Framework の Web 同期コンポーネント