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の非同期操作。

適用対象