B
Bob Lazarchik
Hello:
I need to fire events between two threads. Any suggestions on the best way
to accomplish this. Scenerio:
Thread A is main thread. Thread B is a Com port listener that fires an
event when it receives input. I need to fire this event to Thread A yet
allow thread B to continue processing while thread A handles the event. I
have looked at using the Messaging classes but this looks like overkill to
accomplish this.
Any suggestions are greatly appreciated.
Thanks
Bob
I need to fire events between two threads. Any suggestions on the best way
to accomplish this. Scenerio:
Thread A is main thread. Thread B is a Com port listener that fires an
event when it receives input. I need to fire this event to Thread A yet
allow thread B to continue processing while thread A handles the event. I
have looked at using the Messaging classes but this looks like overkill to
accomplish this.
Any suggestions are greatly appreciated.
Thanks
Bob