ScheduledJobDescriptor Constructor (HttpConfiguration^, String^, Type^)

 

Initializes a new instance of the ScheduledJobDescriptor with a given name and type of the scheduled job.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
ScheduledJobDescriptor(
	HttpConfiguration^ config,
	String^ name,
	Type^ type
)

Parameters

config
Type: System.Web.Http::HttpConfiguration^

The current HttpConfiguration.

name
Type: System::String^

The name of the scheduled job.

type
Type: System::Type^

The JobType of the scheduled name.

Return to top
Show: