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:
usigned long long GetNextTickCount ()
public UInt64 GetNextTickCount ()
public function GetNextTickCount () : ulong

Return Value

The updated tick count.

Remarks

This method helps a provider implement the GetNextTickCount method.

See Also

Reference

FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace