次の方法で共有


ScheduledJobSelector.SelectJob(String) メソッド

定義

指定 jobNameした に一致するスケジュールされたジョブのコレクションを返します。 コレクションが空の場合、スケジュールされたジョブが見つかりませんでした。 複数のスケジュールされたジョブが見つかった場合は、複数の競合するスケジュールされたジョブが見つかりました。 たとえば、型名が同じで名前空間が異なる複数のジョブが登録されている場合などです。 スケジュールされたジョブが 1 つだけ返される場合は、実行する必要があるジョブです。

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>
override this.SelectJob : string -> System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor>
Public Function SelectJob (jobName As String) As ICollection(Of ScheduledJobDescriptor)

パラメーター

jobName
String

検索するスケジュールされたジョブの名前。

戻り値

見つかった一致のコレクション。

実装

適用対象