ScheduledJobTypeResolver::IsScheduledJobPredicate Property

 

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

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

protected:
property Predicate<Type^>^ IsScheduledJobPredicate {
	Predicate<Type^>^ get();
}

Property Value

Type: System::Predicate<Type^>^
Return to top
Show: