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)

public:
unsigned long long GetNextTickCount()

Return Value

Type: System::UInt64
The updated tick count.

This method helps a provider implement the GetNextTickCount method.

Show: