Handles the multi-threaded dispatching between the transport and the consumers
コード例 #1
0
ファイル: Session.cs プロジェクト: JianwenSun/mono-soc-2007
				internal void StartAsyncDelivery(Dispatcher dispatcher)
				{
					if(dispatcher != null)
						dispatcher.SetAsyncDelivery(dispatchingThread.EventHandle);
					dispatchingThread.Start();
				}