Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)