Düzenle

Aracılığıyla paylaş


PooledResource<T>.Pool Property

Definition

Gets the pool to return this resource to upon disposal. A pool must set this property upon resource allocation.

public Orleans.Providers.Streams.Common.IObjectPool<T> Pool { set; }
member this.Pool : Orleans.Providers.Streams.Common.IObjectPool<'T (requires 'T :> Orleans.Providers.Streams.Common.PooledResource<'T> and 'T :> IDisposable)>
Public Property Pool As IObjectPool(Of T)

Property Value

Applies to