ScheduledJobSelector::InitializeCache Method ()
Initializes the cache of IScheduledJob instances used to resolve a job given a job name.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Return Value
Type: System.Linq::ILookup<String^, ScheduledJobDescriptor^>^A ILookup<TKey, TElement> for looking up scheduled names.
Show: