Ejemplo n.º 1
0
        public ActiveEventFilter(FilterLink initial /*, Bilge useThisTrace=null*/)
        {
            if (initial == null)
            {
                throw new InvalidOperationException("The chain can never be empty, you must have at least one filter link");
            }

            /*if (useThisTrace == null) {
             *  b = new Bilge(tl: System.Diagnostics.TraceLevel.Verbose);
             * }*/
            this.chain = initial;
        }
Ejemplo n.º 2
0
 public void AddFilterLink(FilterLink fl)
 {
 }