Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the knowledge that the destination replica will learn after it applies all the changes in the recovery synchronization.
HRESULT GetLearnedKnowledgeAfterRecoveryComplete(
ISyncKnowledge ** ppLearnedKnowledgeAfterRecoveryComplete);
Parameters
- ppLearnedKnowledgeAfterRecoveryComplete
[out] Returns the knowledge that the destination replica will learn after it applies all the changes in the recovery synchronization.
Return Value
S_OK.
E_POINTER.
SYNC_E_INVALID_OPERATION when no group was added to the batch or a group was opened but not ended.