This is a migrated thread and some comments may be shown as answers.

MultiThreading

1 Answer 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rob Lange
Top achievements
Rank 1
Rob Lange asked on 14 Apr 2010, 07:41 PM
I found some posts from 2007 saying you don't support multithreading, but I wanted to get some newer information. Something I probably should have researched before writing all the code, but oh well.

I created a seperate thread, which receives a SilverlightApp parameter. It continually checks for changes on a UI element. Once this thread starts, I lose the ability to interact with the SilverlightApp in my main thread. Is there some way to have both threads sharing access to the SilverlightApp?

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 14 Apr 2010, 08:01 PM
Hi Rob,

Thanks for the post and question. Unfortunately, the framework still does not have built in support for Multi-Thread sharing of resources like the scenario you describe.

You would need to implement your own sychronization if you decide to use multiples threads.

Best wishes,
Nelson Sin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Rob Lange
Top achievements
Rank 1
Answers by
Missing User
Share this question
or