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 | |
---|---|---|
AsyncState | Preserves async state destroyed by retry mechanism. | |
BatchHeaders | Gets the headers from an HTTP response associated with a batch request. | |
BatchStatusCode | Gets the status code from an HTTP response associated with a batch request. | |
IsBatchResponse | Gets a Boolean value that indicates whether the response contains multiple results. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | (Inherited from IEnumerable<OperationResponse>.) |
Top