Partager via


ScheduledJobDescriptor(HttpConfiguration, String, Type) Constructeur

Définition

Initialise une nouvelle instance du ScheduledJobDescriptor avec un nom et un type donnés du travail planifié.

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)

Paramètres

config
System.Web.Http.HttpConfiguration

System.Web.Http.HttpConfiguration actuel.

name
String

Nom du travail planifié.

type
Type

du JobType nom planifié.

S’applique à