Beispiel #1
0
        /// <inheritdoc/>
        public void Dispose()
        {
            _readerThread.Dispose();

            try
            {
                _stream.Dispose();
            }
            catch
            {
            }
        }
Beispiel #2
0
        /// <inheritdoc/>
        public void Dispose()
        {
            _writerThread.Dispose();

            try
            {
                _stream.Dispose();
            }
            catch
            {
            }

            _outbox.Dispose();
        }