다음을 통해 공유


ScheduledJobDescriptor(HttpConfiguration, String, Type) 생성자

정의

예약된 작업의 이름 및 형식을 사용하여 의 ScheduledJobDescriptor 새 instance 초기화합니다.

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 예약된 이름의 입니다.

적용 대상