Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.