MediaDataServiceResponse Class

Represents a media data service response.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.MediaDataServiceResponse

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

Syntax

'Declaration
Public Class MediaDataServiceResponse _
    Implements IMediaDataServiceResponse, IEnumerable(Of OperationResponse),  _
    IEnumerable
'Usage
Dim instance As MediaDataServiceResponse
public class MediaDataServiceResponse : IMediaDataServiceResponse, 
    IEnumerable<OperationResponse>, IEnumerable
public ref class MediaDataServiceResponse : IMediaDataServiceResponse, 
    IEnumerable<OperationResponse^>, IEnumerable
type MediaDataServiceResponse =  
    class 
        interface IMediaDataServiceResponse 
        interface IEnumerable<OperationResponse>
        interface IEnumerable 
    end
public class MediaDataServiceResponse implements IMediaDataServiceResponse, IEnumerable<OperationResponse>, IEnumerable

The MediaDataServiceResponse type exposes the following members.

Constructors

  Name Description
Public method MediaDataServiceResponse Initializes a new instance of the MediaDataServiceResponse class.

Top

Properties

  Name Description
Public property AsyncState Preserves async state destroyed by retry mechanism.
Public property BatchHeaders The headers from an HTTP response associated with a batch request.
Public property BatchStatusCode The status code from an HTTP response associated with a batch request.
Public property IsBatchResponse Gets a Boolean value that indicates whether the response contains multiple results.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator that enables retrieval of responses to operations being tracked by System.Data.Services.Client.OperationResponse objects within the System.Data.Services.Client.DataServiceResponse.
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator that enables retrieval of responses to operations being tracked by System.Data.Services.Client.OperationResponse objects within the System.Data.Services.Client.DataServiceResponse.

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