ResourcePool Class

Definition

Stores objects in the current transaction. This class cannot be inherited.

public ref class ResourcePool sealed
public sealed class ResourcePool
type ResourcePool = class
Public NotInheritable Class ResourcePool
Inheritance
ResourcePool

Constructors

ResourcePool(ResourcePool+TransactionEndDelegate)

Initializes a new instance of the ResourcePool class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetResource()

Gets a resource from the current transaction.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
PutResource(Object)

Adds a resource to the current transaction.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to