what is single thread and multithread apartments model?
Answer Posted / guest
All components created with Visual Basic use the apartment
model, whether they?re single-threaded or multithreaded. A
single-threaded component has only one apartment, which
contains all the objects the component provides.
This means that a single-threaded DLL created with Visual
Basic is safe to use with a multithreaded client. However,
there?s a performance trade-off for this safety. Calls from
all client threads except one are marshaled, just as if
they were out-of-process calls.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is activex control in vb?
Is visual basic c#?
To find the current recordposition in data control.
How to down load image properties.
Why API functions are Required?
How do I implement an accelerator key for a text box?
What is OLEDB?
What is the default model of the form?
Is visualvm free?
With in the form we want to check all the text box control are typed or not? How?
what is the Difference between Dynaset and Snapshot?
Difference between Dynaset and Snapshot?
How many ways you can access file using VB?
In which areas the Error occurs?
What is Mask Edit and why it is used?