다음을 통해 공유


DeviceAccountSyncScheduleKind 열거형

정의

계정이 동기화되는 빈도를 지정합니다.

public enum class DeviceAccountSyncScheduleKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class DeviceAccountSyncScheduleKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum DeviceAccountSyncScheduleKind
var value = Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountSyncScheduleKind.manual
Public Enum DeviceAccountSyncScheduleKind
상속
DeviceAccountSyncScheduleKind
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
userDataAccountsProvider

필드

AsItemsArrive 6

항목이 서버에 도착하면 계정이 동기화됩니다(푸시 모델).

Daily 5

계정은 매일 한 번 동기화됩니다.

Every15Minutes 1

계정은 15분마다 동기화됩니다.

Every2Hours 4

계정은 2시간마다 동기화됩니다.

Every30Minutes 2

계정은 30분마다 동기화됩니다.

Every60Minutes 3

계정은 60분마다 동기화됩니다.

Manual 0

계정이 수동으로 동기화됩니다.

적용 대상