Condividi tramite


Metodo FeedSyncServices.GetNextTickCount

Ottiene il conteggio corrente da SyncKnowledge calcolato utilizzando il feed FeedSync caricato, fa avanzare il conteggio e lo aggiorna nella conoscenza.

Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public Function GetNextTickCount As ULong
'Utilizzo
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

Valore restituito

Conteggio aggiornato.

Osservazioni

Questo metodo consente a un provider di implementare il metodo GetNextTickCount.

Vedere anche

Riferimento

Classe FeedSyncServices
Membri FeedSyncServices
Spazio dei nomi Microsoft.Synchronization.FeedSync