PooledResource<T>.Pool Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le pool auquel retourner cette ressource lors de la suppression. Un pool doit définir cette propriété lors de l’allocation de ressources.
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)