Compartir a través de


GetNextTickCount Método

Cuando se invalida en una clase derivada, incrementa el contador y devuelve el nuevo contador.

Espacio de nombres:  Microsoft.Synchronization
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Function GetNextTickCount As ULong
'Uso
Dim instance As INotifyingChangeApplierTarget
Dim returnValue As ULong

returnValue = instance.GetNextTickCount()
ulong GetNextTickCount()
unsigned long long GetNextTickCount()
abstract GetNextTickCount : unit -> uint64 
function GetNextTickCount() : ulong

Valor devuelto

Tipo: System. . :: . .UInt64
El contador que se acaba de incrementar.

Notas

Los contadores se deben incrementar de forma continua.

Notas a los implementadores

Para asegurarse de que el contador siempre sea creciente, un proveedor que representa una fuente de FeedSync debe obtener el contador actual llamando a FeedSyncServices..::..GetNextTickCount y devolver un valor mayor o igual que el valor devuelto por este método.

Vea también

Referencia

INotifyingChangeApplierTarget Interfaz

INotifyingChangeApplierTarget Miembros

Microsoft.Synchronization Espacio de nombres