IDispenserDriver interface
Is called by the holder of the COM+ Resource Dispenser to create, enlist, evaluate, prepare, and destroy a resource.
When to implement
Any resource dispenser can implement this interface.
When to use
Use this interface to prepare and handle resources.
Members
The IDispenserDriver interface inherits from the IUnknown interface. IDispenserDriver also has these types of members:
Methods
The IDispenserDriver interface has these methods.
| Method | Description |
|---|---|
| CreateResource |
Creates a resource. |
| DestroyResource |
Destroys a resource. |
| DestroyResourceS |
Destroys a resource (string resource version). |
| EnlistResource |
Enlists a resource in a transaction. |
| RateResource |
Evaluates how well a candidate resource matches. |
| ResetResource |
Prepares the resource to be put back into general or enlisted inventory. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also