BaseCloudCollection Generic Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a base collection that has a DataServiceContext.

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

Usage

'Usage
Dim instance As BaseCloudCollection(Of T)

Syntax

'Declaration
Public MustInherit Class BaseCloudCollection(Of T)
    Inherits BaseCollection(Of T)
public abstract class BaseCloudCollection<T> : BaseCollection<T>
generic<typename T>
public ref class BaseCloudCollection abstract : public BaseCollection<T>

GenericParameters

  • T
    Specifies the collections entity type.

Inheritance Hierarchy

System.Object
   Microsoft.WindowsAzure.MediaServices.Client.BaseCollection
    Microsoft.WindowsAzure.MediaServices.Client.BaseCloudCollection
       Microsoft.WindowsAzure.MediaServices.Client.AccessPolicyCollection
       Microsoft.WindowsAzure.MediaServices.Client.JobCollection
       Microsoft.WindowsAzure.MediaServices.Client.LocatorCollection
       Microsoft.WindowsAzure.MediaServices.Client.MediaProcessorCollection

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.

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

BaseCloudCollection Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07