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)

Syntax

'Declaration
Public Function GetKnowledgeCookie As KnowledgeCookie
'Usage
Dim instance As SyncKnowledge
Dim returnValue As KnowledgeCookie

returnValue = instance.GetKnowledgeCookie()
public KnowledgeCookie GetKnowledgeCookie()
public:
KnowledgeCookie^ GetKnowledgeCookie()
member GetKnowledgeCookie : unit -> KnowledgeCookie 
public function GetKnowledgeCookie() : KnowledgeCookie

Return Value

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

Remarks

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.

See Also

Reference

SyncKnowledge Class

Microsoft.Synchronization Namespace