ScheduledActionService.Find Method
July 26, 2012
Attempts to return the ScheduledAction with the specified name.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- name
- Type: System.String
The unique identifier of the ScheduledAction to be retrieved.
Return Value
Type: Microsoft.Phone.Scheduler.ScheduledActionThe ScheduledAction associated with the provided name. If the requested name is not found, null is returned.