T
Tim Mackey
hi,
i have a worker thread that raises an event. i'm sending an object as the
sender of the event.
my UI thread is listening for the event, and i'm wondering if it will screw
up the UI thread if it responds to an event raised from a worker thread, and
accesses the object sent with the event?
i'm hoping .NET has smoothed over this issue but i'd like to hear from the
experts that its an ok thing to do before i go ahead and implement it in my
app.
many thanks
tim
i have a worker thread that raises an event. i'm sending an object as the
sender of the event.
my UI thread is listening for the event, and i'm wondering if it will screw
up the UI thread if it responds to an event raised from a worker thread, and
accesses the object sent with the event?
i'm hoping .NET has smoothed over this issue but i'd like to hear from the
experts that its an ok thing to do before i go ahead and implement it in my
app.
many thanks
tim