Compartir a través de


GetNextTickCount Método

Obtiene el contador actual de SyncKnowledge que se calcula utilizando la fuente de FeedSync cargada, hace avanzar el contador y actualiza el contador en el conocimiento.

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

Sintaxis

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

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

Valor devuelto

Tipo: System. . :: . .UInt64
El contador actualizado.

Notas

Este método ayuda a un proveedor a implementar el método GetNextTickCount.

Vea también

Referencia

FeedSyncServices Clase

FeedSyncServices Miembros

Microsoft.Synchronization.FeedSync Espacio de nombres