コード例 #1
0
 void CmdProcessorHasher_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     HasherQueueCount = ev.QueueCount;
 }
コード例 #2
0
 void CmdProcessorGeneral_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     GeneralQueueCount = ev.QueueCount;
 }
コード例 #3
0
 void CmdProcessorImages_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     ImagesQueueCount = ev.QueueCount;
 }