Exemplo n.º 1
0
        public virtual void Disconnect()
        {
            if (_lsCityindexStreamingConnection != null)
            {
                _lsCityindexStreamingConnection.Disconnect();
                _cityindexStreamingAdapterIsConnected = false;
            }

            if (_lsStreamingClientAccountConnection != null)
            {
                _lsStreamingClientAccountConnection.Disconnect();
                _streamingClientAccountAdapterIsConnected = false;
            }
        }