示例#1
0
		}//end detect coin


		public async Task get_Ticket(int i, int raidaID, int nn, int sn, String an, int d, int millisecondsToTimeout)
		{
			DetectionAgent da = new DetectionAgent(raidaID);
			responseArray[raidaID] = await da.get_ticket(nn, sn, an, d, millisecondsToTimeout);


		}//end get ticket
示例#2
0
        }//end detect coin

        public async Task get_Ticket(int i, int raidaID, int nn, int sn, String an, int d)
        {
            DetectionAgent da = new DetectionAgent(raidaID, 5000);

            responseArray[raidaID] = await da.get_ticket(nn, sn, an, d);
        }//end get ticket