次の方法で共有


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スケジュールされた名前の 。

適用対象