ScheduledJobTypeResolver Constructor (Predicate(Of Type))

 

Creates a new ScheduledJobTypeResolver instance using a predicate to filter types that implement IScheduledJob.

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

Public Sub New (
	predicate As Predicate(Of Type)
)

Parameters

predicate
Type: System.Predicate(Of Type)

The predicate.

Return to top
Show: