MediaDataServiceResponse.GetEnumerator Method

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.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of OperationResponse)
'Usage
Dim instance As MediaDataServiceResponse 
Dim returnValue As IEnumerator(Of OperationResponse)

returnValue = instance.GetEnumerator()
public IEnumerator<OperationResponse> GetEnumerator()
public:
virtual IEnumerator<OperationResponse^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<OperationResponse> 
override GetEnumerator : unit -> IEnumerator<OperationResponse> 
public final function GetEnumerator() : IEnumerator<OperationResponse>

Return Value

Type: System.Collections.Generic.IEnumerator<OperationResponse>
Returns IEnumerator<T>.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

MediaDataServiceResponse Class

Microsoft.WindowsAzure.MediaServices.Client Namespace