Partager via


IScheduledJobSelector.SelectJob(String) Méthode

Définition

Retourne une collection de travaux planifiés correspondant à un donné jobName. Si la collection est vide, aucun travail planifié n’a été trouvé. Si plusieurs travaux planifiés ont été trouvés, plusieurs travaux planifiés en conflit ont été trouvés. Cela peut être, par exemple, si plusieurs travaux portant le même nom de type, mais des espaces de noms différents ont été inscrits. Si exactement un travail planifié est retourné, il s’agit du travail qui doit être exécuté.

public System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor> SelectJob (string jobName);
abstract member SelectJob : string -> System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor>
Public Function SelectJob (jobName As String) As ICollection(Of ScheduledJobDescriptor)

Paramètres

jobName
String

Nom du travail planifié à rechercher.

Retours

Collection de correspondances trouvées.

S’applique à