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

OnBeginForBeginGetResponse() public method

On begin for BeginGetResponse callback.
public OnBeginForBeginGetResponse ( object thisObj, object callback, object state ) : object
thisObj object This object.
callback object The callback parameter.
state object The state parameter.
return object
        public object OnBeginForBeginGetResponse(object thisObj, object callback, object state)
        {
            return this.OnBegin(thisObj, true);
        }