LeakTrackingObjectPool<T>(ObjectPool<T>) Constructor
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.
Initializes a new instance of LeakTrackingObjectPool<T>.
public:
LeakTrackingObjectPool(Microsoft::Extensions::ObjectPool::ObjectPool<T> ^ inner);
public LeakTrackingObjectPool (Microsoft.Extensions.ObjectPool.ObjectPool<T> inner);
new Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool<'T (requires 'T : null)> : Microsoft.Extensions.ObjectPool.ObjectPool<'T (requires 'T : null)> -> Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool<'T (requires 'T : null)>
Public Sub New (inner As ObjectPool(Of T))
Parameters
- inner
- ObjectPool<T>
The ObjectPool<T> instance to track leaks in.
Applies to
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.