Share via


ServiceVersionAdapter Class

An adapter to add the service version to the request.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.Versioning.ServiceVersionAdapter

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

Syntax

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

The ServiceVersionAdapter type exposes the following members.

Constructors

  Name Description
Public method ServiceVersionAdapter Initializes a new instance of the [T:M:Microsoft.WindowsAzure.MediaServices.Client.Versioning.ServiceVersionAdapter] class.

Top

Methods

  Name Description
Public method Adapt Adapts the specified context.
Public method AddVersionToRequest Adds the version to request.
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.Versioning Namespace