FeedSyncServices.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:
usigned long long GetNextTickCount ()
public UInt64 GetNextTickCount ()
public function GetNextTickCount () : ulong
Valor devuelto
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