Compartilhar via


ResponseInterceptor(ResponseInterceptor+BatchResponseInterceptHandler) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

responseInterceptHandler
ResponseInterceptor.BatchResponseInterceptHandler

O método a ser invocado na resposta interceptada.

Aplica-se a