ChannelBaseCollection 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 channels.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<IChannel>
    Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<IChannel>
      Microsoft.WindowsAzure.MediaServices.Client.ChannelBaseCollection

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

Syntax

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

The ChannelBaseCollection type exposes the following members.

Properties

  Name Description
Public property DataContextFactory (Inherited from CloudBaseCollection<IChannel>.)
Public property ElementType (Inherited from BaseCollection<IChannel>.)
Public property Expression (Inherited from BaseCollection<IChannel>.)
Public property Provider (Inherited from BaseCollection<IChannel>.)
Protected property Queryable (Inherited from CloudBaseCollection<IChannel>.)

Top

Methods

  Name Description
Public method Create(String, ChannelSize, ChannelSettings)
Public method Create(String, String, ChannelSize, ChannelSettings)
Public method CreateAsync(String, ChannelSize, ChannelSettings)
Public method CreateAsync(String, String, ChannelSize, ChannelSettings)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from BaseCollection<IChannel>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendCreateOperation(String, ChannelSize, ChannelSettings)
Public method SendCreateOperation(String, String, ChannelSize, ChannelSettings)
Public method SendCreateOperationAsync(String, ChannelSize, ChannelSettings)
Public method SendCreateOperationAsync(String, String, ChannelSize, ChannelSettings)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from BaseCollection<IChannel>.)

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