ITransactionResourcePool interface (comsvcs.h)

Maintains a list of pooled objects, keyed by IObjPool, that are used until the transaction completes.

Inheritance

The ITransactionResourcePool interface inherits from the IUnknown interface. ITransactionResourcePool also has these types of members:

Methods

The ITransactionResourcePool interface has these methods.

 
ITransactionResourcePool::GetResource

Retrieves an object from the list of pooled objects.
ITransactionResourcePool::PutResource

Adds an object to the list of pooled objects.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IObjPool

ITransactionProperty