Share via


DataServiceResponse.IEnumerable.GetEnumerator Method

Definition

Gets an enumerator that enables retrieval of responses to operations being tracked by OperationResponse objects within the DataServiceResponse.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An enumerator over the response received from the service.

Implements

Applies to