Partager via


Méthode FeedSyncServices.GetNextTickCount

Obtient le nombre de cycles actuel de SyncKnowledge qui est calculé en utilisant le flux FeedSync chargé, avance le nombre de cycles et le met à jour dans la connaissance.

Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Function GetNextTickCount As ULong
'Utilisation
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

Valeur de retour

Nombre de cycles mis à jour.

Notes

Cette méthode permet à un fournisseur d'implémenter la méthode GetNextTickCount.

Voir aussi

Référence

Classe FeedSyncServices
Membres FeedSyncServices
Espace de noms Microsoft.Synchronization.FeedSync