IScheduledJobTypeResolver.GetJobTypes Method (IEnumerable(Of Assembly))
Returns a collection of scheduled job types available to the service.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
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.
Show: