COM+ Shared Property Manager
In COM+, shared transient state for objects is managed by using the shared property manager (SPM). The SPM is a resource dispenser that you can use to share state among multiple objects within a server process.
The topics described in the following table provide background and task information about the COM+ shared property manager.
Topic | Description |
---|---|
COM+ Shared Property Manager Concepts |
Provides an overview of the features and benefits of the COM+ shared property manager. |
COM+ Shared Property Manager Sample |
Provides a sample showing how to use the SPM in a COM+ application. |