ScheduledJobSelector::GetLookupKey Method (String^)

 

Gets a normalized lookup key from a given jobName.

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

protected:
virtual String^ GetLookupKey(
	String^ jobName
)

Parameters

jobName
Type: System::String^

The job name to normalize.

Return Value

Type: System::String^

A normalized job name.

Return to top
Show: