Пример #1
0
 private void SafeDisconnectFeed(ref IQFeedWrapper feed)
 {
     try
     {
         feed.Disconnect();
         feed = null;
     }
     catch (Exception ex)
     {
         SendOutError(ex);
     }
 }
		private void SafeDisconnectFeed(ref IQFeedWrapper feed)
		{
			try
			{
				feed.Disconnect();
				feed = null;
			}
			catch (Exception ex)
			{
				SendOutError(ex);
			}
		}