ScheduledJobTypeResolver.IsScheduledJobPredicate Property

Definition

Gets the predicate that is used to filter types that implement IScheduledJob.

protected Predicate<Type> IsScheduledJobPredicate { get; }
member this.IsScheduledJobPredicate : Predicate<Type>
Protected ReadOnly Property IsScheduledJobPredicate As Predicate(Of Type)

Property Value

Applies to