Dela 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()
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.

See Also

Reference

FeedSyncServices Class

Microsoft.Synchronization.FeedSync Namespace