TaskCollection Class

A collection of tasks.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.TaskCollection

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class TaskCollection _
    Implements IEnumerable(Of ITask), IEnumerable
'Usage
Dim instance As TaskCollection
public class TaskCollection : IEnumerable<ITask>, 
    IEnumerable
public ref class TaskCollection : IEnumerable<ITask^>, 
    IEnumerable
type TaskCollection =  
    class 
        interface IEnumerable<ITask>
        interface IEnumerable 
    end
public class TaskCollection implements IEnumerable<ITask>, IEnumerable

The TaskCollection type exposes the following members.

Constructors

  Name Description
Public method TaskCollection Initializes a new instance of the TaskCollection class.

Top

Properties

  Name Description
Public property Count Gets the count of elements in collection.
Public property IsReadOnly Gets a value indicating whether this instance is read only.
Public property Item Gets the ITask at the specified index.
Public property MediaContext Gets MediaContextBase.

Top

Methods

  Name Description
Public method AddNew(String, IMediaProcessor, String, TaskOptions) Adds a new task.
Public method AddNew(String, IMediaProcessor, String, TaskOptions, ITask) Adds a new task.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.

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.WindowsAzure.MediaServices.Client Namespace