UpdateRecurrence Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Defines whether the schedule will be executed one time or multiple times.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration UpdateRecurrence
public enum UpdateRecurrence
<object property="enumerationValue" .../>

Members

Member name Description
Onetime Specifies that the schedule will be executed one time.
Interval Specifies that the schedule will be executed more than one time.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Shell Namespace