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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET