PooledResource<T>.Pool Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)