UserDataTaskListSyncManager.LastAttemptedSyncTime プロパティ

定義

サーバーとの同期が最後に試行された時刻を取得または設定します。

public:
 property DateTime LastAttemptedSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastAttemptedSyncTime();

void LastAttemptedSyncTime(DateTime value);
public System.DateTimeOffset LastAttemptedSyncTime { get; set; }
var dateTime = userDataTaskListSyncManager.lastAttemptedSyncTime;
userDataTaskListSyncManager.lastAttemptedSyncTime = dateTime;
Public Property LastAttemptedSyncTime As DateTimeOffset

プロパティ値

サーバーとの同期が最後に試行された時刻。

適用対象