ScheduledActionService.GetActions(Of T) Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns all ScheduledAction objects of the specified type that are registered with the system.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Type Parameters
- T
The type of objects that should be returned.
Return Value
Type: System.Collections.Generic.IEnumerable(Of T)All objects of the specified type that are registered with the system.
The Scheduled Action Service does not maintain a reference to the objects returned by this method, and therefore the properties of the objects are not updated to reflect the current state after the call to GetActions. To obtain an object that is updated by the system as its state changes, use Find(String) instead.