Beispiel #1
0
		protected void NotifyWorkersThatLoaderIsReadyToAcceptWork()
		{
			var acceptingWork = new AcceptingWork { Endpoint = Endpoint.Uri };
			SendToAllWorkers(
				GenerateMsmqMessageFromMessageBatch(acceptingWork),
				"Notifing {1} that {0} is accepting work"
				);
		}