This topic has not yet been rated - Rate this topic

ReplicaMetadata.GetKnowledge Method

When overridden in a derived class, gets the current knowledge for this replica.

Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
public abstract SyncKnowledge GetKnowledge ()
public abstract SyncKnowledge GetKnowledge ()
public abstract function GetKnowledge () : SyncKnowledge

Return Value

The current knowledge for this replica. If no knowledge exists, a new knowledge object is created.
Exception typeCondition

ObjectDisposedException

The object has been disposed or was not initialized correctly.

This knowledge object represents changes that have been made to the items in this replica. To other providers, this knowledge object represents the current versions of the items in this replica.

The knowledge that is returned must always have its tick count set to the tick count that is saved in the metadata store.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.