ScheduledJobTypeResolver Class

 

Provides an implementation of IScheduledJobTypeResolver with no external dependencies.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobTypeResolver

type ScheduledJobTypeResolver = 
    class
        interface IScheduledJobTypeResolver
    end

NameDescription
System_CAPS_pubmethodScheduledJobTypeResolver()

Initializes a new instance of the ScheduledJobTypeResolver with a default filter for detecting scheduled jobs.

System_CAPS_pubmethodScheduledJobTypeResolver(Predicate<Type>)

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

NameDescription
System_CAPS_protpropertyIsScheduledJobPredicate

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetJobTypes(IEnumerable<Assembly>)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: