0 out of 1 rated this helpful - Rate this topic

ScheduledActionService.Find Method

July 26, 2012

Attempts to return the ScheduledAction with the specified name.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public static ScheduledAction Find(
	string name
)

Parameters

name
Type: System.String
The unique identifier of the ScheduledAction to be retrieved.

Return Value

Type: Microsoft.Phone.Scheduler.ScheduledAction
The ScheduledAction associated with the provided name. If the requested name is not found, null is returned.

The Scheduled Action Service maintains a reference to the object returned by this method, and therefore its properties are updated to reflect its current state.

Windows Phone OS

Supported in: 7.1

Windows Phone

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