ScheduledActionService.Find Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: