Using COM+ Components
COM+ is the component services layer of Windows 2000 and later operating systems. COM+ supplies a number of services to components running under Windows, including the following:
Role-based security
Object pooling and reusability
Queued components for asynchronous calls
Transactional processing
A publish-and-subscribe events model
Despite the significant differences between COM+ and straight COM, you don't have to do anything different to use a COM+ component than to use a COM component. To the consumer, a COM+ component looks much like a COM component. The Type Library Importer tool and Visual Studio .NET can both create wrappers for COM+ components, using the same procedures that they use for COM components.
NOTE
Serviced ...
Get MCAD/MCSD.NET Training Guide (Exam 70-316): Developing and Implementing Windows®-Based Applications with Microsoft® Visual C#™ .NET and Microsoft® Visual Studio® .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.