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

IsActive() public method

public IsActive ( ) : bool
return bool
        public override bool IsActive()
        {
            return CurrentContext != null;
        }
HttpContextStatisticsStore