IScheduledJobTypeResolver.GetJobTypes Method (IEnumerable(Of Assembly))

 

Returns a collection of scheduled job types available to the service.

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

Function GetJobTypes (
	assemblies As IEnumerable(Of Assembly)
) As ICollection(Of Type)

Parameters

assemblies
Type: System.Collections.Generic.IEnumerable(Of Assembly)

The set of Assembly instances to search.

Return Value

Type: System.Collections.Generic.ICollection(Of Type)

A ICollection(Of T) of scheduled job types.

Return to top
Show: