Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: Here's a wierd one for you... Pin
BoneSoft29-Jun-06 10:55
BoneSoft29-Jun-06 10:55 
AnswerRe: Here's a wierd one for you... Pin
Josh Smith29-Jun-06 11:09
Josh Smith29-Jun-06 11:09 
GeneralRe: Here's a wierd one for you... Pin
BoneSoft29-Jun-06 11:12
BoneSoft29-Jun-06 11:12 
GeneralRe: Here's a wierd one for you... Pin
Josh Smith29-Jun-06 11:12
Josh Smith29-Jun-06 11:12 
GeneralRe: Here's a wierd one for you... [modified] Pin
BoneSoft29-Jun-06 11:31
BoneSoft29-Jun-06 11:31 
QuestionTWAIN on Windows 2000 Pin
allenmpcx29-Jun-06 9:12
allenmpcx29-Jun-06 9:12 
QuestionCopying UserControl Variables to another instance of the UserControl Pin
TheBlindWatchmaker29-Jun-06 9:07
TheBlindWatchmaker29-Jun-06 9:07 
QuestionWait or Sleep function in C# Pin
Herhighness29-Jun-06 8:41
Herhighness29-Jun-06 8:41 
Hi,

I am using a snmp manager component. it sends a broadcast request. the responses of the broadcast are reveived via an event called
snmp_OnResponse()event. All the response I received I am trying to store them in a arraylist. which I later want to use to do further processing.

But I have no way of knowing when I would have received all the responses.

I can make an assumption, by using snmp timeout , and waiting for that amount of time before proceeding to do anything. Is there a wait or sleep function which will reliquish control, and let OnResponse event handle all the incoming responses before proceeding with further function calls?

I would appreciate if you can suggest any other approach to solve this.


Thanks,
Arti


AnswerRe: Wait or Sleep function in C# Pin
led mike29-Jun-06 10:11
led mike29-Jun-06 10:11 
AnswerRe: Wait or Sleep function in C# Pin
Jun Du29-Jun-06 12:18
Jun Du29-Jun-06 12:18 
QuestionEvents Between Two Controls Pin
joshp121729-Jun-06 8:29
joshp121729-Jun-06 8:29 
GeneralRe: Events Between Two Controls Pin
Jun Du29-Jun-06 9:20
Jun Du29-Jun-06 9:20 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:18
joshp121729-Jun-06 10:18 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:25
Martin#29-Jun-06 10:25 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:38
joshp121729-Jun-06 10:38 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:28
Martin#29-Jun-06 10:28 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:40
joshp121729-Jun-06 10:40 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:43
Martin#29-Jun-06 10:43 
AnswerRe: Events Between Two Controls [modified] Pin
Martin#29-Jun-06 10:55
Martin#29-Jun-06 10:55 
AnswerRe: Events Between Two Controls Pin
Martin#29-Jun-06 9:51
Martin#29-Jun-06 9:51 
AnswerRe: Events Between Two Controls Pin
Josh Smith29-Jun-06 11:17
Josh Smith29-Jun-06 11:17 
Questiondisable javascript on a web browser Pin
ardikus29-Jun-06 7:01
ardikus29-Jun-06 7:01 
QuestionUsing bitwise operations on an abstract enum Pin
Ista29-Jun-06 6:29
Ista29-Jun-06 6:29 
AnswerRe: Using bitwise operations on an abstract enum Pin
led mike29-Jun-06 6:38
led mike29-Jun-06 6:38 
GeneralRe: Using bitwise operations on an abstract enum [modified] Pin
Ista29-Jun-06 6:51
Ista29-Jun-06 6:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.