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.
Gets the current tick count from SyncKnowledge that is computed by using the loaded FeedSync feed, advances the tick count, and updates the tick count in the knowledge.
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
Return Value
Type: System.UInt64
The updated tick count.
Remarks
This method helps a provider implement the GetNextTickCount method.