Delen via


ScheduledJobDescriptor(HttpConfiguration, String, Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ScheduledJobDescriptor met een opgegeven naam en type van de geplande taak.

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)

Parameters

config
System.Web.Http.HttpConfiguration

De huidige System.Web.Http.HttpConfiguration.

name
String

De naam van de geplande taak.

type
Type

De JobType van de geplande naam.

Van toepassing op