Aqueduct.Diagnostics.StaticStatisticsStore.IsActive C# (CSharp) Method

IsActive() public method

public IsActive ( ) : bool
return bool
        public override bool IsActive()
        {
            return true;
        }
    }
StaticStatisticsStore