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 | |
---|---|---|
DataContextFactory | (Inherited from CloudBaseCollection<IProgram>.) | |
ElementType | (Inherited from BaseCollection<IProgram>.) | |
Expression | (Inherited from BaseCollection<IProgram>.) | |
Provider | (Inherited from BaseCollection<IProgram>.) | |
Queryable | Gets the queryable collection of programs. (Overrides CloudBaseCollection<T>.Queryable.) |
Top
Methods
Name | Description | |
---|---|---|
Create(String, Boolean, Nullable<TimeSpan>, TimeSpan, String) | Creates new Program. | |
Create(String, String, Boolean, Nullable<TimeSpan>, TimeSpan, String) | Creates new Program. | |
CreateAsync(String, Boolean, Nullable<TimeSpan>, TimeSpan, String) | Creates new Program. | |
CreateAsync(String, String, Boolean, Nullable<TimeSpan>, TimeSpan, String) | Asynchronously creates new Program. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from BaseCollection<IProgram>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.