Handles the multi-threaded dispatching between the transport and the consumers
Ejemplo n.º 1
0
				internal void StartAsyncDelivery(Dispatcher dispatcher)
				{
					if(dispatcher != null)
						dispatcher.SetAsyncDelivery(dispatchingThread.EventHandle);
					dispatchingThread.Start();
				}