Sdílet prostřednictvím


ScheduledJobDescriptor(HttpConfiguration, String, Type) Konstruktor

Definice

Inicializuje novou instanci objektu ScheduledJobDescriptor se zadaným názvem a typem naplánované úlohy.

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)

Parametry

config
System.Web.Http.HttpConfiguration

Aktuální System.Web.Http.HttpConfiguration.

name
String

Název naplánované úlohy.

type
Type

Název JobType naplánovaného názvu.

Platí pro