Share via


INotifyingChangeApplierTarget.GetNextTickCount Method

When overridden in a derived class, increments the tick count and returns the new tick count.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Function GetNextTickCount As ULong
'Usage
Dim instance As INotifyingChangeApplierTarget
Dim returnValue As ULong

returnValue = instance.GetNextTickCount
ulong GetNextTickCount ()
usigned long long GetNextTickCount ()
UInt64 GetNextTickCount ()
function GetNextTickCount () : ulong

Return Value

The newly incremented tick count.

Remarks

Tick counts must be monotonically increasing.

Notes to Implementers: To 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.

See Also

Reference

INotifyingChangeApplierTarget Interface
INotifyingChangeApplierTarget Members
Microsoft.Synchronization Namespace