WorkQueue Class

Provides status details for jobs.

Inheritance Hierarchy

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

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

Syntax

'Declaration

  Public Class WorkQueue
'Usage

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

The WorkQueue type exposes the following members.

Properties

  Name Description
Public property ConfiguringJobs Gets a collection of job details that specify jobs that are being configured.
Public property FailedJobs Gets a collection of job details that specify jobs that have failed.
Public property FinishedJobs Gets a collection of job details that specify jobs that have finished.
Public property RunningJobs Gets a collection of job details that specify jobs that are running.
Public property SubmittedJobs Gets a collection of job details that specify jobs that have been submitted.

Top

Methods

  Name Description
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