KnowledgeCookie Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeCookie

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

Syntax

'Declaration
Public Class KnowledgeCookie
'Usage
Dim instance As KnowledgeCookie
public class KnowledgeCookie
public ref class KnowledgeCookie
type KnowledgeCookie =  class end
public class KnowledgeCookie

The KnowledgeCookie type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

Thread Safety

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

See Also

Reference

Microsoft.Synchronization Namespace