KnowledgeCookie Class

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

System.Object
  Microsoft.Synchronization.KnowledgeCookie

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

'Declaration
Public Class KnowledgeCookie
'Usage
Dim instance As KnowledgeCookie

The KnowledgeCookie type exposes the following members.

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

A knowledge cookie can be obtained by calling GetKnowledgeCookie.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: