Metodo FeedSyncServices.ProcessChangeBatch
Elabora un batch di modifiche specificate dal provider di origine gestendo i conflitti e applicando le modifiche al feed FeedSync caricato.
Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Public Sub ProcessChangeBatch ( _
conflictResolutionPolicy As ConflictResolutionPolicy, _
sourceChanges As ChangeBatch, _
changeDataRetriever As Object, _
changeApplierTarget As INotifyingChangeApplierTarget, _
syncSessionContext As SyncSessionContext, _
syncCallback As SyncCallbacks _
)
'Utilizzo
Dim instance As FeedSyncServices
Dim conflictResolutionPolicy As ConflictResolutionPolicy
Dim sourceChanges As ChangeBatch
Dim changeDataRetriever As Object
Dim changeApplierTarget As INotifyingChangeApplierTarget
Dim syncSessionContext As SyncSessionContext
Dim syncCallback As SyncCallbacks
instance.ProcessChangeBatch(conflictResolutionPolicy, sourceChanges, changeDataRetriever, changeApplierTarget, syncSessionContext, syncCallback)
public void ProcessChangeBatch (
ConflictResolutionPolicy conflictResolutionPolicy,
ChangeBatch sourceChanges,
Object changeDataRetriever,
INotifyingChangeApplierTarget changeApplierTarget,
SyncSessionContext syncSessionContext,
SyncCallbacks syncCallback
)
public:
void ProcessChangeBatch (
ConflictResolutionPolicy conflictResolutionPolicy,
ChangeBatch^ sourceChanges,
Object^ changeDataRetriever,
INotifyingChangeApplierTarget^ changeApplierTarget,
SyncSessionContext^ syncSessionContext,
SyncCallbacks^ syncCallback
)
public void ProcessChangeBatch (
ConflictResolutionPolicy conflictResolutionPolicy,
ChangeBatch sourceChanges,
Object changeDataRetriever,
INotifyingChangeApplierTarget changeApplierTarget,
SyncSessionContext syncSessionContext,
SyncCallbacks syncCallback
)
public function ProcessChangeBatch (
conflictResolutionPolicy : ConflictResolutionPolicy,
sourceChanges : ChangeBatch,
changeDataRetriever : Object,
changeApplierTarget : INotifyingChangeApplierTarget,
syncSessionContext : SyncSessionContext,
syncCallback : SyncCallbacks
)
Parametri
- conflictResolutionPolicy
Criterio utilizzato per la risoluzione dei conflitti.
- sourceChanges
Batch di modifiche del provider di origine.
- changeDataRetriever
Oggetto che può essere utilizzato dal provider di destinazione per recuperare dati dell'elemento dal provider di origine. L'oggetto può essere IChangeDataRetriever o un oggetto specifico del provider.
- changeApplierTarget
Oggetto che gestisce chiamate dall'oggetto di applicazione modifiche durante l'applicazione delle modifiche.
- syncSessionContext
Informazioni sulla sessione di sincronizzazione.
- syncCallback
Oggetto che riceve notifiche degli eventi durante l'elaborazione delle modifiche.
Osservazioni
Questo metodo consente a un provider di sincronizzazione di implementare il metodo ProcessChangeBatch.
Vedere anche
Riferimento
Classe FeedSyncServices
Membri FeedSyncServices
Spazio dei nomi Microsoft.Synchronization.FeedSync