Aqueduct.Web.Diagnostics.HttpContextStatisticsStore.Clear C# (CSharp) Méthode

Clear() public méthode

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