Share via


SchedulerInfo Class

Provides scheduling information about an IIS Transform Manager job.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..SchedulerInfo

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public Class SchedulerInfo
'Usage

  Dim instance As SchedulerInfo
  public class SchedulerInfo
  public ref class SchedulerInfo
  type SchedulerInfo =  class end
  public class SchedulerInfo

The SchedulerInfo type exposes the following members.

Constructors

  Name Description
Public method SchedulerInfo(XElement) Initializes a new instance of the SchedulerInfo class using the specified RDF scheduler node.
Public method SchedulerInfo(JobScheduler) Initializes a new instance of the SchedulerInfo class using the specified job scheduling information.
Public method SchedulerInfo(String, String, String, String, Int32) Initializes a new instance of the SchedulerInfo class using the specified job ID, name, type, connection string, and concurrent jobs value.

Top

Properties

  Name Description
Public property ConcurrentJobs Gets or sets the number of concurrent jobs that a job manager can start.
Public property ConnectionString Gets or sets the connection string that is used by this scheduler.
Public property Id Gets or sets the ID of the SchedulerInfo object.
Public property Name Gets or sets the name of the SchedulerInfo object.
Public property SchedulerType Gets or sets the scheduler type.

Top

Methods

  Name Description
Public method CreateInstance() () () () Creates a new instance of a Scheduler object.
Public method CreateInstance(Logger) Creates a new instance of a Scheduler object by using logger object to log details.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace