DbSyncBatchInfo::SetLearnedKnowledge Method

Sets the synchronization knowledge that is learned by the destination after it applies this batch.

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

public:
void SetLearnedKnowledge(
	array<unsigned char>^ knowledgeBytes
)

Parameters

knowledgeBytes
Type: array<System::Byte>
A byte array that represents the learned knowledge.

ExceptionCondition
ArgumentNullException

knowledgeBytes is a nullptr.

Show: