Partager via


Méthode INotifyingChangeApplierTarget.TryGetDestinationVersion

Obtient la version d'un élément stocké dans le réplica de destination.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Function TryGetDestinationVersion ( _
    sourceChange As ItemChange, _
    <OutAttribute> ByRef destinationVersion As ItemChange _
) As Boolean
'Utilisation
Dim instance As INotifyingChangeApplierTarget
Dim sourceChange As ItemChange
Dim destinationVersion As ItemChange
Dim returnValue As Boolean

returnValue = instance.TryGetDestinationVersion(sourceChange, destinationVersion)
bool TryGetDestinationVersion (
    ItemChange sourceChange,
    out ItemChange destinationVersion
)
bool TryGetDestinationVersion (
    ItemChange^ sourceChange, 
    [OutAttribute] ItemChange^% destinationVersion
)
boolean TryGetDestinationVersion (
    ItemChange sourceChange, 
    /** @attribute OutAttribute() */ /** @ref */ ItemChange destinationVersion
)
JScript does not support passing value-type arguments by reference.

Paramètres

  • sourceChange
    Modification d'élément qui est envoyée par le fournisseur de source.
  • destinationVersion
    Retourne une modification d'élément qui contient la version de l'élément dans le réplica de destination.

Valeur de retour

true si l'élément est trouvé dans le réplica de destination ; sinon, false.

Notes

Cette méthode est appelée par NotifyingChangeApplier lorsque les versions de destination ne sont pas transmises à la méthode ApplyChanges. La méthode TryGetDestinationVersion est appelée une fois pour chaque modification dans le lot de modifications envoyé à l'applicateur de modifications.

Voir aussi

Référence

Interface INotifyingChangeApplierTarget
Membres INotifyingChangeApplierTarget
Espace de noms Microsoft.Synchronization