ScheduledAction Class
Windows Phone
March 22, 2012
The base class for all scheduled actions.
System.Object
Microsoft.Phone.Scheduler.ScheduledAction
Microsoft.Phone.Scheduler.ScheduledNotification
Microsoft.Phone.Scheduler.ScheduledTask
Microsoft.Phone.Scheduler.ScheduledAction
Microsoft.Phone.Scheduler.ScheduledNotification
Microsoft.Phone.Scheduler.ScheduledTask
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The ScheduledAction type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginTime | Gets or sets the time at which the action’s schedule begins. |
|
ExpirationTime | Gets or sets the time at which the action’s schedule expires. |
|
IsEnabled | This value is not used in the current release. |
|
IsScheduled | Gets the scheduled status of the action. |
|
Name | Gets the name of the scheduled action. |
ScheduledAction is an abstract class and cannot be instantiated directly. Instead, use one of the derived classes, Alarm, Reminder, PeriodicTask, or ResourceIntensiveTask.
The properties of a ScheduledAction are updated to reflect the latest values when it is created.