IMemoryPoolFactory<T> Interface
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.
Interface for creating memory pools.
public interface IMemoryPoolFactory<T>
type IMemoryPoolFactory<'T> = interface
Public Interface IMemoryPoolFactory(Of T)
Type Parameters
- T
Methods
| Create() |
Creates a new instance of a memory pool. |