ProgramBaseCollection Class

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Represents a collection of IProgram.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<IProgram>
    Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<IProgram>
      Microsoft.WindowsAzure.MediaServices.Client.ProgramBaseCollection

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

Syntax

'Declaration
Public Class ProgramBaseCollection _
    Inherits CloudBaseCollection(Of IProgram)
'Usage
Dim instance As ProgramBaseCollection
public class ProgramBaseCollection : CloudBaseCollection<IProgram>
public ref class ProgramBaseCollection : public CloudBaseCollection<IProgram^>
type ProgramBaseCollection =  
    class 
        inherit CloudBaseCollection<IProgram>
    end
public class ProgramBaseCollection extends CloudBaseCollection<IProgram>

The ProgramBaseCollection type exposes the following members.

Properties

  Name Description
Public property DataContextFactory (Inherited from CloudBaseCollection<IProgram>.)
Public property ElementType (Inherited from BaseCollection<IProgram>.)
Public property Expression (Inherited from BaseCollection<IProgram>.)
Public property Provider (Inherited from BaseCollection<IProgram>.)
Protected property Queryable Gets the queryable collection of programs. (Overrides CloudBaseCollection<T>.Queryable.)

Top

Methods

  Name Description
Public method Create(String, Boolean, Nullable<TimeSpan>, TimeSpan, String) Creates new Program.
Public method Create(String, String, Boolean, Nullable<TimeSpan>, TimeSpan, String) Creates new Program.
Public method CreateAsync(String, Boolean, Nullable<TimeSpan>, TimeSpan, String) Creates new Program.
Public method CreateAsync(String, String, Boolean, Nullable<TimeSpan>, TimeSpan, String) Asynchronously creates new Program.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from BaseCollection<IProgram>.)
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 (Inherited from BaseCollection<IProgram>.)

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