SyncKnowledge::GetKnowledgeCookie Method

Gets a lightweight, read-only representation of this knowledge object that can be used for fast comparisons.

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

public:
KnowledgeCookie^ GetKnowledgeCookie()

Return Value

Type: Microsoft.Synchronization::KnowledgeCookie
A lightweight, read-only representation of this knowledge object that can be used for fast comparisons.

A knowledge cookie can be used for fast comparisons with other knowledge objects by using Compare when the performance of the comparison operation is especially important.

Show: