This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have been working on integrating the property grid to some of my code, a requirement I have is to support a cross thread collections. It seems the ObserviableDictionary supplied is not able to be threaded, I have written my own at this point, do you intend to provide a threaded capability? |
|
|
Hi Shane, I'm afraid we are not currently planning anything in the area of multithreadable collections. The ObservableDictionary should meet the same levels of thread safety as ObservableCollection (i.e. can safely read it from multiple threads, but can't safely read if another thread is writing, and can't have multiple threads writing), but it was never intended to be anything more than a sort of "ObservableCollection with names." Cheers, Ivan |
|