SyncKnowledge.GetKnowledgeCookie-Methode
Ruft eine vereinfachte, schreibgeschützte Darstellung dieses Wissensobjekts ab, die für schnelle Vergleiche verwendet werden kann.
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
Rückgabewert
Eine vereinfachte, schreibgeschützte Darstellung dieses Wissensobjekts, die für schnelle Vergleiche verwendet werden kann.
Hinweise
Ein Wissenscookie kann mithilfe von Compare für schnelle Vergleiche mit anderen Wissensobjekten verwendet werden, wenn die Leistung der Vergleichsoperation besonders wichtig ist.
Siehe auch
Verweis
SyncKnowledge-Klasse
SyncKnowledge-Member
Microsoft.Synchronization-Namespace