Partilhar via


ScheduledJobDescriptor(HttpConfiguration, String, Type) Construtor

Definição

Inicializa uma nova instância do ScheduledJobDescriptor com um determinado nome e tipo da tarefa agendada.

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)

Parâmetros

config
System.Web.Http.HttpConfiguration

O atual System.Web.Http.HttpConfiguration.

name
String

O nome da tarefa agendada.

type
Type

O JobType do nome agendado.

Aplica-se a