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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET