adspace
Answer Posted / Abhinav Kumar Tripathi
STA stands for Single Thread Apartment in .NET. It is a threading model where each object instance is associated with a single thread. In an STA, all interactions between objects must occur on the same thread that created them or marshalled to the correct thread context. This can lead to performance issues when dealing with multiple threads but provides better compatibility with COM components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers