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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET