다음을 통해 공유


IFeedSyncServices 인터페이스

동기화 공급자가 Sync Framework 데이터 간의 상호 운용을 위해 사용할 수 있는 개체를 나타냅니다.

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 Services for FeedSync 구성 요소