Exemplo n.º 1
0
        public void Stop()
        {
            while (_objects.Any())
            {
                Remove(_objects.First().Key);
            }

            if (_busAttachment != null)
            {
                _busAttachment.Dispose();
                _busAttachment = null;
            }
        }
Exemplo n.º 2
0
        public void Stop()
        {
            while (_objects.Any())
            {
                Remove(_objects.First().Key);
            }

            if (_busAttachment != null)
            {
                _busAttachment.Dispose();
                _busAttachment = null;
            }
        }
Exemplo n.º 3
0
 public void Start()
 {
     _busAttachment = _attachmentFactory.Create();
     _busAttachment.Start();
 }
Exemplo n.º 4
0
 public void Start()
 {
     _busAttachment = _attachmentFactory.Create();
     _busAttachment.Start();
 }