次の方法で共有


IScheduledJob インターフェイス

定義

スケジュールされたジョブの抽象化を提供します。

public interface IScheduledJob
type IScheduledJob = interface
Public Interface IScheduledJob
派生

メソッド

ExecuteAsync(ScheduledJobDescriptor, CancellationToken)

と が指定された scheduledJobDescriptor スケジュールされたジョブを実行します cancellationToken

適用対象