Microsoft.Azure.ServiceManagemenet.Common.Models.RecordingTracingInterceptor.ReceiveResponse C# (CSharp) Метод

ReceiveResponse() публичный Метод

public ReceiveResponse ( string invocationId, HttpResponseMessage response ) : void
invocationId string
response System.Net.Http.HttpResponseMessage
Результат void
        public void ReceiveResponse(string invocationId, HttpResponseMessage response)
        {
            Write(GeneralUtilities.GetLog(response));
        }