Share via


FeedSyncServices.GetNextTickCount Method

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.

See Also

Reference

FeedSyncServices Class

Microsoft.Synchronization.FeedSync Namespace