TaskCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class TaskCollection : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.ITask>
type TaskCollection = class
interface seq<ITask>
interface IEnumerable
Public Class TaskCollection
Implements IEnumerable(Of ITask)
- Inheritance
-
TaskCollection
- Implements
Constructors
TaskCollection() |
Properties
Count | |
IsReadOnly | |
Item[Int32] | |
MediaContext |
Methods
AddNew(String, IMediaProcessor, String, TaskOptions, ITask) | |
AddNew(String, IMediaProcessor, String, TaskOptions) | |
GetEnumerator() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |