Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.