D
Dirk Reske
Hello,
if habe the class "receiver" which reads data out of a stream.
that the application doesn't get blocket the class starts the function
"readData" in its own thread.
but I want the function for each incoming data to call a function in in
the receiver thread, not in its own!
P.S. the receiver class doesn't run in an UI thread, so Control.Invoke
doesn't work!
hope, you understand...I'm german
if habe the class "receiver" which reads data out of a stream.
that the application doesn't get blocket the class starts the function
"readData" in its own thread.
but I want the function for each incoming data to call a function in in
the receiver thread, not in its own!
P.S. the receiver class doesn't run in an UI thread, so Control.Invoke
doesn't work!
hope, you understand...I'm german
