次の方法で共有


FeedSyncServices.GetNextTickCount メソッド

読み込まれた FeedSync フィードを使用して処理される SyncKnowledge から現在のティック数を取得し、ティック数を加算して、ナレッジ内のティック数を更新します。

名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public Function GetNextTickCount As ULong
'使用
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

戻り値

更新されたティック数。

解説

プロバイダーではこのメソッドを利用して、GetNextTickCount メソッドを実装できます。

参照

リファレンス

FeedSyncServices クラス
FeedSyncServices メンバー
Microsoft.Synchronization.FeedSync 名前空間