Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes the current knowledge of the replica by using the loaded FeedSync feed and returns that knowledge.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetKnowledge As SyncKnowledge
'Usage
Dim instance As FeedSyncServices
Dim returnValue As SyncKnowledge
returnValue = instance.GetKnowledge()
public SyncKnowledge GetKnowledge()
public:
SyncKnowledge^ GetKnowledge()
member GetKnowledge : unit -> SyncKnowledge
public function GetKnowledge() : SyncKnowledge
Return Value
Type: Microsoft.Synchronization.SyncKnowledge
The current knowledge that is computed by using the loaded FeedSync feed.