共用方式為


ScheduledJobDescriptor(HttpConfiguration, String, Type) 建構函式

定義

使用指定的名稱和排程工作的型別,初始化 的新實例 ScheduledJobDescriptor

public ScheduledJobDescriptor (System.Web.Http.HttpConfiguration config, string name, Type type);
new Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor : System.Web.Http.HttpConfiguration * string * Type -> Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor
Public Sub New (config As HttpConfiguration, name As String, type As Type)

參數

config
System.Web.Http.HttpConfiguration

目前的 System.Web.Http.HttpConfiguration

name
String

排程工作的名稱。

type
Type

JobType排程名稱的 。

適用於