ScheduledJobSelector::NormalizeJobName Method (String^)

 

Normalizes the job name that is registered in the cache of scheduled jobs by removing any "job" prefix from the name.

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

protected:
virtual String^ NormalizeJobName(
	String^ jobName
)

Parameters

jobName
Type: System::String^

The name of the job to normalize.

Return Value

Type: System::String^

A normalized job name.

Return to top
Show: