你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResponseInterceptor(ResponseInterceptor+BatchResponseInterceptHandler) 构造函数

定义

初始化 ResponseInterceptor 类的新实例。

public ResponseInterceptor (Microsoft.Azure.Batch.Protocol.ResponseInterceptor.BatchResponseInterceptHandler responseInterceptHandler);
new Microsoft.Azure.Batch.Protocol.ResponseInterceptor : Microsoft.Azure.Batch.Protocol.ResponseInterceptor.BatchResponseInterceptHandler -> Microsoft.Azure.Batch.Protocol.ResponseInterceptor
Public Sub New (responseInterceptHandler As ResponseInterceptor.BatchResponseInterceptHandler)

参数

responseInterceptHandler
ResponseInterceptor.BatchResponseInterceptHandler

要对截获的响应调用的方法。

适用于