IJobManifest Interface

Represents an interface that retrieves job scheduler information.

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

Syntax

'Declaration

  Public Interface IJobManifest
'Usage

  Dim instance As IJobManifest
  public interface IJobManifest
  public interface class IJobManifest
  type IJobManifest =  interface end
  public interface IJobManifest

The IJobManifest type exposes the following members.

Methods

  Name Description
Public method GetScheduler Returns a job scheduler object by searching the job manifest.
Public method GetSchedulerInfo Returns scheduler information by searching the job manifest.
Public method Initialize Initializes member variables for a job manifest that is loaded from disk instead of created as part of a job submission.

Top

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace