Compartir a través de


BatchRequestBase<TOptions,TResponse>.ExecuteRequestAsync Método

Definición

Ejecuta la solicitud.

public System.Threading.Tasks.Task<TResponse> ExecuteRequestAsync ();
abstract member ExecuteRequestAsync : unit -> System.Threading.Tasks.Task<'Response (requires 'Response :> Microsoft.Rest.Azure.IAzureOperationResponse)>
override this.ExecuteRequestAsync : unit -> System.Threading.Tasks.Task<'Response (requires 'Response :> Microsoft.Rest.Azure.IAzureOperationResponse)>
Public Function ExecuteRequestAsync () As Task(Of TResponse)

Devoluciones

Task<TResponse>

Operación asincrónica del tipo TResponsede valor devuelto .

Implementaciones

Se aplica a