Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnEndForGetResponse C# (CSharp) Method

OnEndForGetResponse() public method

On end callback for GetResponse.
public OnEndForGetResponse ( object context, object returnValue, object thisObj ) : object
context object The context.
returnValue object The return value.
thisObj object This object.
return object
        public object OnEndForGetResponse(object context, object returnValue, object thisObj)
        {
            this.OnEnd(null, thisObj, returnValue);
            return returnValue;
        }