Método FeedSyncServices.GetNextTickCount
Obtém a contagem em escala atual de SyncKnowledge que é calculada usando o feed do FeedSync carregado, avança a contagem em escala e a atualiza no conhecimento.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
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 de retorno
A contagem em escala atualizada.
Comentários
Este método ajuda um provedor a implementar o método GetNextTickCount.
Consulte também
Referência
Classe FeedSyncServices
Membros FeedSyncServices
Namespace Microsoft.Synchronization.FeedSync