GetNextTickCount-Methode

Ruft die aktuelle Taktanzahl aus dem SyncKnowledge ab, das mithilfe des geladenen FeedSync-Feeds berechnet wird, erhöht die Taktanzahl und aktualisiert die im Wissen enthaltene Taktanzahl.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Function GetNextTickCount As ULong
'Usage
Dim instance As FeedSyncServices
Dim returnValue As ULong

returnValue = instance.GetNextTickCount()
public ulong GetNextTickCount()
public:
unsigned long long GetNextTickCount()
member GetNextTickCount : unit -> uint64 
public function GetNextTickCount() : ulong

Rückgabewert

Typ: System. . :: . .UInt64
Die aktualisierte Taktanzahl.

Hinweise

Diese Methode unterstützt einen Anbieter bei der Implementierung der GetNextTickCount-Methode.

Siehe auch

Verweis

FeedSyncServices Klasse

FeedSyncServices-Member

Microsoft.Synchronization.FeedSync-Namespace