IDispenserManager interface
Connects to the dispenser manager.
When to implement
You do not need to implement this interface. It is implemented in Comsvcs.dll.
When to use
COM+ resource dispensers use this interface to connect to the dispenser manager.
Members
The IDispenserManager interface inherits from the IUnknown interface. IDispenserManager also has these types of members:
Methods
The IDispenserManager interface has these methods.
| Method | Description |
|---|---|
| GetContext |
Determines the current context. |
| RegisterDispenser |
Registers the resource dispenser with the dispenser manager. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also