Esempio n. 1
0
		protected void OQueueCountChanged(QueueCountEventArgs ev)
		{
			if (OnQueueCountChangedEvent != null)
			{
				OnQueueCountChangedEvent(ev);
			}
		}
 protected void OQueueCountChanged(QueueCountEventArgs ev)
 {
     if (OnQueueCountChangedEvent != null)
     {
         OnQueueCountChangedEvent(ev);
     }
 }
Esempio n. 3
0
 void CmdProcessorImages_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     ImagesQueueCount = ev.QueueCount;
 }
Esempio n. 4
0
 void CmdProcessorGeneral_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     GeneralQueueCount = ev.QueueCount;
 }
Esempio n. 5
0
 void CmdProcessorHasher_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     HasherQueueCount = ev.QueueCount;
 }