Share via


IBatchRequest<TResponse>.ExecuteRequestAsync Method

Definition

Executes the request.

public System.Threading.Tasks.Task<TResponse> ExecuteRequestAsync ();
abstract member ExecuteRequestAsync : unit -> System.Threading.Tasks.Task<'Response>
Public Function ExecuteRequestAsync () As Task(Of TResponse)

Returns

Task<TResponse>

An asynchronous operation of return type TResponse.

Applies to