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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET