PooledObjectPolicy<T> Class

Definition

A base type for IPooledObjectPolicy<T>.

public abstract class PooledObjectPolicy<T> : Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<T>

Type Parameters

T

The type of object which is being pooled.

Inheritance
PooledObjectPolicy<T>
Derived
Implements

Constructors

Methods

Create()

Creates a T.

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)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Return(T)

Runs some processing when an object is returned to the pool. Can be used to reset the state of an object and indicate if the object should be returned to the pool.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

Product Versies
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)