ScheduledJobSelector.InitializeCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the cache of IScheduledJob instances used to resolve a job given a job name.
protected virtual System.Linq.ILookup<string,Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor> InitializeCache ();
abstract member InitializeCache : unit -> System.Linq.ILookup<string, Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor>
override this.InitializeCache : unit -> System.Linq.ILookup<string, Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor>
Protected Overridable Function InitializeCache () As ILookup(Of String, ScheduledJobDescriptor)
Returns
A ILookup<TKey,TElement> for looking up scheduled names.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET