ScheduledActionService.Replace Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Replaces an existing ScheduledAction with the one provided. The Name property uniquely identifies ScheduledAction objects and is used to determine which existing object, if any, is replaced.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- action
- Type: Microsoft.Phone.Scheduler.ScheduledAction
The ScheduledAction object to replace.
This method is only for use with ScheduledNotification. Attempting to replace a ScheduledTask with this method will throw an exception.
This method may throw one of the following exceptions.
No ScheduledAction with the same name as the provided object is registered with the service. | |
The Replace method is only for use with ScheduledNotification objects. ScheduledTask objects are not supported. |