你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBatchRequest<TResponse>.ExecuteRequestAsync 方法

定义

执行请求。

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

返回

Task<TResponse>

返回类型的 TResponse异步操作。

适用于