你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IScheduledJobActivator 接口

定义

提供用于实例化计划作业实例的抽象。 可以通过 注册 System.Web.Http.Services.DependencyResolver实现。

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

方法

Create(ScheduledJobDescriptor, IDependencyScope)

在提供的 dependencyScope内,使用给定jobDescriptor的 创建计划作业的新实例。

适用于