BaseCloudCollection Constructor

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

Initializes a new instance of the BaseCloudCollection class.

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

Usage

'Usage
Dim dataServiceContext As DataServiceContext
Dim queryable As IQueryable(Of T)

Dim instance As New BaseCloudCollection(Of T)(dataServiceContext, queryable)

Syntax

'Declaration
Protected Sub New ( _
    dataServiceContext As DataServiceContext, _
    queryable As IQueryable(Of T) _
)
protected BaseCloudCollection (
    DataServiceContext dataServiceContext,
    IQueryable<T> queryable
)
protected:
BaseCloudCollection (
    DataServiceContext^ dataServiceContext, 
    IQueryable<T>^ queryable
)
protected BaseCloudCollection (
    DataServiceContext dataServiceContext, 
    IQueryable<T> queryable
)
protected function BaseCloudCollection (
    dataServiceContext : DataServiceContext, 
    queryable : IQueryable<T>
)

Parameters

  • dataServiceContext
  • queryable

Remarks

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

BaseCloudCollection Class
BaseCloudCollection Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07