Share via


FeedSyncServices.GetKnowledge Method

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 ()
public SyncKnowledge GetKnowledge ()
public function GetKnowledge () : SyncKnowledge

Return Value

The current knowledge that is computed by using the loaded FeedSync feed.

See Also

Reference

FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace