Example #1
0
 private void InitializeOrderUpdateThread()
 {
     orderHistoryScope  = container.BeginLifetimeScope();
     _orderHistoryLogic = orderHistoryScope.Resolve <IOrderHistoryLogic>();
     //_orderHistoryLogic.SubscribeToQueue();
     _orderHistoryLogic.ListenForQueueMessages();
 }