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

Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs 命名空间

ScheduledJobActivator

提供 的默认实现 IScheduledJobActivator ,它从已注册的依赖项解析程序获取计划作业的实例。

ScheduledJobDescriptor

提供 的 IScheduledJob元数据说明。

ScheduledJobSelector

提供 用于选择 IScheduledJob的默认实现IScheduledJobSelector

ScheduledJobTypeResolver

提供没有外部依赖项的 IScheduledJobTypeResolver 实现。

接口

IScheduledJob

为计划作业提供抽象。

IScheduledJobActivator

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

IScheduledJobSelector

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

IScheduledJobTypeResolver

提供用于获取服务的计划作业类型的抽象。 可以通过 注册 System.Web.Http.Services.DependencyResolver实现。