Beispiel #1
0
        /// <summary>
        /// Close the adapter
        /// </summary>
        public void Close()
        {
            if (null != _tp)
            {
                _tp.TerminateIsolatedReceiver();
            }

            _initialized = false;
            _tp          = null;
        }