DeviceAccountSyncScheduleKind
DeviceAccountSyncScheduleKind
DeviceAccountSyncScheduleKind
DeviceAccountSyncScheduleKind
Enum
Definition
Specifies how often the account is synced.
public : enum class DeviceAccountSyncScheduleKindpublic enum DeviceAccountSyncScheduleKindPublic Enum DeviceAccountSyncScheduleKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
userDataAccountsProvider
|
Fields
| AsItemsArrive AsItemsArrive AsItemsArrive AsItemsArrive | The account is synced as items arrive at the server (push model). |
| Daily Daily Daily Daily | The account is synced once daily. |
| Every15Minutes Every15Minutes Every15Minutes Every15Minutes | The account is synced every 15 minutes. |
| Every2Hours Every2Hours Every2Hours Every2Hours | The account is synced every 2 hours. |
| Every30Minutes Every30Minutes Every30Minutes Every30Minutes | The account is synced every 30 minutes. |
| Every60Minutes Every60Minutes Every60Minutes Every60Minutes | The account is synced every 60 minutes. |
| Manual Manual Manual Manual | The account is synced manually. |