Aqueduct.Web.Diagnostics.HttpContextStatisticsStore.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public override void Clear()
        {
            // do nothing the context will be cleared after this request anyway
        }
HttpContextStatisticsStore