FullEnumerationChangeBatch.LearnedForgottenKnowledge Property

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

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

Syntax

'Declaration
Public ReadOnly Property LearnedForgottenKnowledge As ForgottenKnowledge
    Get
'Usage
Dim instance As FullEnumerationChangeBatch
Dim value As ForgottenKnowledge

value = instance.LearnedForgottenKnowledge
public ForgottenKnowledge LearnedForgottenKnowledge { get; }
public:
property ForgottenKnowledge^ LearnedForgottenKnowledge {
    ForgottenKnowledge^ get ();
}
member LearnedForgottenKnowledge : ForgottenKnowledge
function get LearnedForgottenKnowledge () : ForgottenKnowledge

Property Value

Type: Microsoft.Synchronization.ForgottenKnowledge
The forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.

Exceptions

Exception Condition
ObjectDisposedException

This FullEnumerationChangeBatch object has been disposed.

Remarks

The knowledge returned is the source forgotten knowledge of the change batch projected onto the range contained in the change batch.

See Also

Reference

FullEnumerationChangeBatch Class

Microsoft.Synchronization Namespace