|
-
Jan 28th, 2004, 10:17 AM
#1
Thread Starter
Addicted Member
using some methode and an event is called
what happen if i am doing something and some object, like an socket connection call an dataArrival event?
the app waits for the methode ends and call the event handler?
or it stops the methode and call the handler??
Thank you,
Guilherme Costa
-
Jan 28th, 2004, 12:15 PM
#2
yay gay
It will call the event but if you're running an sync proc like in sockets (unless you use async connections) your application will only be notified in the end. If you use multi threading or async connections it will be right in the moment you call the event
\m/  \m/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|