Author Topic: Add-in thread safety.  (Read 3060 times)

Dmitry

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Add-in thread safety.
« on: June 18, 2008, 12:42:28 am »
Hello,

First I want to thank EA team for this great work.
I have a question about EA classes. I want to use EA instances in working threads and want to be sure if EA classes are thread safe.
Is it possible to use them from another threads?
I use .NET to make an Add-In.

Thanks.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8064
  • Karma: +118/-20
    • View Profile
Re: Add-in thread safety.
« Reply #1 on: June 19, 2008, 08:53:26 am »
I don't believe that the EA automation interface is thread safe.  Although you may be able to use some classes (eg. Element, Connector) I wouldn't attempt it for Repository and Project.