Método GetChangeBatch
Obtém um lote de alterações a serem sincronizadas quando são atribuídos parâmetros de tamanho de lote, conhecimento de destino e recuperador de dados de alterações.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Overrides Function GetChangeBatch ( _
batchSize As UInteger, _
destinationKnowledge As SyncKnowledge, _
<OutAttribute> ByRef changeDataRetriever As Object _
) As ChangeBatch
'Uso
Dim instance As RelationalSyncProvider
Dim batchSize As UInteger
Dim destinationKnowledge As SyncKnowledge
Dim changeDataRetriever As Object
Dim returnValue As ChangeBatch
returnValue = instance.GetChangeBatch(batchSize, _
destinationKnowledge, changeDataRetriever)
public override ChangeBatch GetChangeBatch(
uint batchSize,
SyncKnowledge destinationKnowledge,
out Object changeDataRetriever
)
public:
virtual ChangeBatch^ GetChangeBatch(
unsigned int batchSize,
SyncKnowledge^ destinationKnowledge,
[OutAttribute] Object^% changeDataRetriever
) override
abstract GetChangeBatch :
batchSize:uint32 *
destinationKnowledge:SyncKnowledge *
changeDataRetriever:Object byref -> ChangeBatch
override GetChangeBatch :
batchSize:uint32 *
destinationKnowledge:SyncKnowledge *
changeDataRetriever:Object byref -> ChangeBatch
public override function GetChangeBatch(
batchSize : uint,
destinationKnowledge : SyncKnowledge,
changeDataRetriever : Object
) : ChangeBatch
Parâmetros
- batchSize
Tipo: System. . :: . .UInt32
O número de alterações a serem sincronizadas em cada lote de alterações.
- destinationKnowledge
Tipo: Microsoft.Synchronization. . :: . .SyncKnowledge
Um objeto SyncKnowledge que contém o conhecimento que um provedor tem sobre o repositório remoto no qual as alterações são aplicadas.
- changeDataRetriever
Tipo: System. . :: . .Object%
O objeto que será usado para recuperar os dados modificados.
Valor de retorno
Tipo: Microsoft.Synchronization. . :: . .ChangeBatch
Um objeto ChangeBatch que contém o lote de alterações a serem sincronizadas.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | destinationKnowledge é null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) . |
ObjectDisposedException | Este RelationalSyncProvider está descartado. |
DbOutdatedSyncException | O par tem metadados desatualizados. |