Aqueduct.Web.Diagnostics.HttpContextStatisticsStore.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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