Share via


ChangeBatchBase.LearnedKnowledge Property

Gets the knowledge that the destination replica learns when the destination provider applies all the changes in this change batch.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property LearnedKnowledge As SyncKnowledge
'Usage
Dim instance As ChangeBatchBase
Dim value As SyncKnowledge

value = instance.LearnedKnowledge
public SyncKnowledge LearnedKnowledge { get; }
public:
property SyncKnowledge^ LearnedKnowledge {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_LearnedKnowledge ()
public function get LearnedKnowledge () : SyncKnowledge

Property Value

The knowledge that the destination replica learns when the destination provider applies all the changes in this change batch.

Remarks

This knowledge is valid only when the current knowledge of the destination replica contains the prerequisite knowledge of the change batch. The prerequisite knowledge can be obtained by using PrerequisiteKnowledge.

LearnedKnowledge can be used by a provider that uses a custom change applier.

See Also

Reference

ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace
SyncKnowledge