ResponseInterceptor(ResponseInterceptor+BatchResponseInterceptHandler) Constructor

Definition

Initializes a new instance of the ResponseInterceptor class.

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)

Parameters

responseInterceptHandler
ResponseInterceptor.BatchResponseInterceptHandler

The method to invoke on the intercepted response.

Applies to