다음을 통해 공유


FeedSyncServices.GetChangeBatch 메서드

로드된 FeedSync 피드에서 변경 내용을 일괄적으로 가져옵니다. 일괄 변경 내용에는 대상 공급자의 지정된 정보에 포함되지 않은 항목의 항목 메타데이터가 포함됩니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
Public Function GetChangeBatch ( _
    batchSize As UInteger, _
    destinationKnowledge As SyncKnowledge, _
    filterInfo As FilterInfo, _
    itemMetadataFilterDelegate As ItemMetadataFilter, _
    <OutAttribute> ByRef changeDataRetriever As Object _
) As ChangeBatch
‘사용 방법
Dim instance As FeedSyncServices
Dim batchSize As UInteger
Dim destinationKnowledge As SyncKnowledge
Dim filterInfo As FilterInfo
Dim itemMetadataFilterDelegate As ItemMetadataFilter
Dim changeDataRetriever As Object
Dim returnValue As ChangeBatch

returnValue = instance.GetChangeBatch(batchSize, destinationKnowledge, filterInfo, itemMetadataFilterDelegate, changeDataRetriever)
public ChangeBatch GetChangeBatch (
    uint batchSize,
    SyncKnowledge destinationKnowledge,
    FilterInfo filterInfo,
    ItemMetadataFilter itemMetadataFilterDelegate,
    out Object changeDataRetriever
)
public:
ChangeBatch^ GetChangeBatch (
    unsigned int batchSize, 
    SyncKnowledge^ destinationKnowledge, 
    FilterInfo^ filterInfo, 
    ItemMetadataFilter^ itemMetadataFilterDelegate, 
    [OutAttribute] Object^% changeDataRetriever
)
public ChangeBatch GetChangeBatch (
    UInt32 batchSize, 
    SyncKnowledge destinationKnowledge, 
    FilterInfo filterInfo, 
    ItemMetadataFilter itemMetadataFilterDelegate, 
    /** @attribute OutAttribute() */ /** @ref */ Object changeDataRetriever
)
JScript does not support passing value-type arguments by reference.

매개 변수

  • batchSize
    만들 일괄 처리의 크기입니다.
  • destinationKnowledge
    대상 공급자의 정보입니다.
  • filterInfo
    일괄 변경 내용에 포함될 항목을 제어하는 데 사용되는 필터 정보입니다. null 참조(Visual Basic에서는 Nothing)일 수 있습니다.
  • itemMetadataFilterDelegate
    일괄 변경 내용에 추가되는 항목을 동적으로 필터링하는 데 사용되는 대리자입니다. null 참조(Visual Basic에서는 Nothing)일 수 있습니다.
  • changeDataRetriever
    대상 공급자가 원본 공급자로부터 항목 데이터를 검색하는 데 사용할 수 있는 개체를 반환합니다. 이 개체는 IChangeDataRetriever 개체이거나 공급자 관련 개체일 수 있습니다.

반환 값

대상 공급자의 지정된 정보에 포함되지 않은 항목에 대한 항목 메타데이터를 포함하는 일괄 변경 내용입니다.

주의

이 메서드를 사용하면 동기화 공급자가 GetChangeBatch 메서드를 구현하는 데 도움이 됩니다. filterInfo가 null 참조(Visual Basic에서는 Nothing)이 아닌 경우 정보를 사용하여 일괄 변경 내용에 추가되는 항목을 필터링합니다. itemMetadataFilterDelegate가 null 참조(Visual Basic에서는 Nothing)이 아닌 경우 각 항목이 일괄 변경 내용에 추가되기 전에 대리자가 한 번 호출됩니다.

참고 항목

참조

FeedSyncServices 클래스
FeedSyncServices 멤버
Microsoft.Synchronization.FeedSync 네임스페이스