This topic has not yet been rated - Rate this topic

ScheduledActionService.Remove Method

July 26, 2012

Removes the ScheduledAction with the specified name from the Scheduled Action Service.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public static void Remove(
	string name
)

Parameters

name
Type: System.String
The name uniquely identifying the ScheduledAction to be removed.

You can use the Find(String) method to verify that the specified name is registered with the service before calling Remove to remove it.

This method may throw one of the following exceptions.

InvalidOperationException

No Scheduled Action with the specified name is registered with the service.

Windows Phone OS

Supported in: 7.1

Windows Phone

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