ResponseInterceptor.BatchResponseInterceptHandler Delegate
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.
A callback that can inspect and modify a BatchResponse.
public delegate System.Threading.Tasks.Task<Microsoft.Rest.Azure.IAzureOperationResponse> ResponseInterceptor.BatchResponseInterceptHandler(IAzureOperationResponse response, IBatchRequest request);
type ResponseInterceptor.BatchResponseInterceptHandler = delegate of IAzureOperationResponse * IBatchRequest -> Task<IAzureOperationResponse>
Public Delegate Function ResponseInterceptor.BatchResponseInterceptHandler(response As IAzureOperationResponse, request As IBatchRequest) As Task(Of IAzureOperationResponse)
Parameters
- response
- IAzureOperationResponse
The response to be inspected and optionally modified.
- request
- IBatchRequest
The request to which the response
is a response.
Return Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET