ScheduledActionService.GetActions<T> Method
July 26, 2012
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<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.