Ejemplo n.º 1
0
        /// <summary>
        /// Helper. Not thread safe.
        /// </summary>
        void AddChannel(string name, string uri)
        {
            EventSourceChannel channel = new EventSourceChannel(name, true);

            channel.Initialize(this);
            channel.Address = uri;
            base.AddChannel(channel);
        }