ResponseInterceptor.BatchResponseInterceptHandler Delegate

Definition

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