ContentKeyBaseCollection Constructor

Initializes an instance of the ContentKeyBaseCollection class.

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

Syntax

'Declaration
Protected Sub New ( _
    context As MediaContextBase _
)
'Usage
Dim context As MediaContextBase 

Dim instance As New ContentKeyBaseCollection(context)
protected ContentKeyBaseCollection(
    MediaContextBase context
)
protected:
ContentKeyBaseCollection(
    MediaContextBase^ context
)
new : 
        context:MediaContextBase -> ContentKeyBaseCollection
protected function ContentKeyBaseCollection(
    context : MediaContextBase
)

Parameters

See Also

Reference

ContentKeyBaseCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace