ScheduledJobSelector::InitializeCache Method ()

 

Initializes the cache of IScheduledJob instances used to resolve a job given a job name.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

protected:
virtual ILookup<String^, ScheduledJobDescriptor^>^ InitializeCache()

Return Value

Type: System.Linq::ILookup<String^, ScheduledJobDescriptor^>^

A ILookup<TKey, TElement> for looking up scheduled names.

Return to top
Show: