AzureMediaServicesDataServiceContextFactory Class

A factory for creating the DataServiceContext connected to Windows Azure Media Services.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.AzureMediaServicesDataServiceContextFactory

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

Syntax

'Declaration
Public Class AzureMediaServicesDataServiceContextFactory
'Usage
Dim instance As AzureMediaServicesDataServiceContextFactory
public class AzureMediaServicesDataServiceContextFactory
public ref class AzureMediaServicesDataServiceContextFactory
type AzureMediaServicesDataServiceContextFactory =  class end
public class AzureMediaServicesDataServiceContextFactory

The AzureMediaServicesDataServiceContextFactory type exposes the following members.

Constructors

  Name Description
Public method AzureMediaServicesDataServiceContextFactory Initializes a new instance of the AzureMediaServicesDataServiceContextFactory.

Top

Methods

  Name Description
Public method CreateDataServiceContext Creates a DataServiceContext instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace