IMediaDataServiceResponse Interface

This interface is implemented by MediaDataServiceResponse.

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

Syntax

'Declaration
Public Interface IMediaDataServiceResponse _
    Inherits IEnumerable(Of OperationResponse), IEnumerable
'Usage
Dim instance As IMediaDataServiceResponse
public interface IMediaDataServiceResponse : IEnumerable<OperationResponse>, 
    IEnumerable
public interface class IMediaDataServiceResponse : IEnumerable<OperationResponse^>, 
    IEnumerable
type IMediaDataServiceResponse =  
    interface 
        interface IEnumerable<OperationResponse>
        interface IEnumerable 
    end
public interface IMediaDataServiceResponse extends IEnumerable<OperationResponse>, IEnumerable

The IMediaDataServiceResponse type exposes the following members.

Properties

  Name Description
Public property AsyncState Preserves async state destroyed by retry mechanism.
Public property BatchHeaders Gets the headers from an HTTP response associated with a batch request.
Public property BatchStatusCode Gets 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 GetEnumerator (Inherited from IEnumerable<OperationResponse>.)

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace