Compartir a través de


BatchResponseContent.GetResponsesAsync Method

Definition

Gets all batch responses Dictionary<TKey,TValue>. All HttpResponseMessage in the dictionary MUST be disposed since they implement IDisposable.

public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,System.Net.Http.HttpResponseMessage>> GetResponsesAsync ();
member this.GetResponsesAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, System.Net.Http.HttpResponseMessage>>
Public Function GetResponsesAsync () As Task(Of Dictionary(Of String, HttpResponseMessage))

Returns

A Dictionary of id and HttpResponseMessage representing batch responses.

Applies to