PeriodicUpdateRecurrence 列挙型

定義

新しいコンテンツのタイルまたはバッジ データ ソースの後続のポーリングの期間を指定します。 BadgeUpdater.StartPeriodicUpdateTileUpdater.StartPeriodicUpdateTileUpdater.StartPeriodicUpdateBatch によって使用されます。

public enum class PeriodicUpdateRecurrence
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PeriodicUpdateRecurrence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PeriodicUpdateRecurrence
var value = Windows.UI.Notifications.PeriodicUpdateRecurrence.halfHour
Public Enum PeriodicUpdateRecurrence
継承
PeriodicUpdateRecurrence
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Daily 4

1 日に 1 回投票します。

HalfHour 0

30 分ごとに投票します。

Hour 1

1 時間ごとに投票します。

SixHours 2

6 時間ごとにポーリングします。

TwelveHours 3

12 時間ごとにポーリングします。

注釈

Windows では、必要に応じて、URL のポーリングを最大 15 分遅らせ、電力とパフォーマンスを最適化できます。

適用対象

こちらもご覧ください