INotifyingChangeApplierTarget::GetNextTickCount Method
When overridden in a derived class, increments the tick count and returns the new tick count.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Tick counts must be monotonically increasing.
Notes to ImplementersTo ensure that the tick count is always increasing, a provider that represents a FeedSync feed must obtain the current tick count by calling FeedSyncServices::GetNextTickCount and return a value equal to or greater than the value returned by this method.
Show: