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 | |
---|---|---|
DataContextFactory | (Inherited from CloudBaseCollection<IChannel>.) | |
ElementType | (Inherited from BaseCollection<IChannel>.) | |
Expression | (Inherited from BaseCollection<IChannel>.) | |
Provider | (Inherited from BaseCollection<IChannel>.) | |
Queryable | (Inherited from CloudBaseCollection<IChannel>.) |
Top
Methods
Name | Description | |
---|---|---|
Create(String, ChannelSize, ChannelSettings) | ||
Create(String, String, ChannelSize, ChannelSettings) | ||
CreateAsync(String, ChannelSize, ChannelSettings) | ||
CreateAsync(String, String, ChannelSize, ChannelSettings) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from BaseCollection<IChannel>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendCreateOperation(String, ChannelSize, ChannelSettings) | ||
SendCreateOperation(String, String, ChannelSize, ChannelSettings) | ||
SendCreateOperationAsync(String, ChannelSize, ChannelSettings) | ||
SendCreateOperationAsync(String, String, ChannelSize, ChannelSettings) | ||
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.