FullEnumerationChangeBatch::LearnedKnowledgeAfterFullEnumerationRecovery Property

Gets the knowledge the destination replica will learn after it applies all the changes in the full enumeration.

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

public:
property SyncKnowledge^ LearnedKnowledgeAfterFullEnumerationRecovery {
	SyncKnowledge^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
The knowledge the destination replica will learn after it applies all the changes in the full enumeration.

ExceptionCondition
ObjectDisposedException

This FullEnumerationChangeBatch object has been disposed.

Show: