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 ()
public KnowledgeCookie GetKnowledgeCookie ()
public function GetKnowledgeCookie () : KnowledgeCookie

Return Value

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
SyncKnowledge Members
Microsoft.Synchronization Namespace