L
Lou
I have a project with a COM class.
It creates a new thread whose function loops continually.
Within the looping function I Raise an event.
When the client app (VB6) receives the event, what thread does it receive it
on and is this thread safe.
Is there a better way to raise an event from the .NET class thats on a
different thread.
-Lou
It creates a new thread whose function loops continually.
Within the looping function I Raise an event.
When the client app (VB6) receives the event, what thread does it receive it
on and is this thread safe.
Is there a better way to raise an event from the .NET class thats on a
different thread.
-Lou