0 out of 1 rated this helpful - Rate this topic

ScheduledActionService.Replace Method

July 26, 2012

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.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public static void Replace(
	ScheduledAction action
)

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.

InvalidOperationException

No ScheduledAction with the same name as the provided object is registered with the service.

NotSupportedException

The Replace method is only for use with ScheduledNotification objects. ScheduledTask objects are not supported.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.