BatchResponseContent.GetResponsesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.