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

インターセプトされた応答で呼び出すメソッド。

適用対象