Click or drag to resize

DataBufferPool Class

A data buffer pool.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDataBufferPool

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DataBufferPool type exposes the following members.

Constructors
  NameDescription
Public methodDataBufferPool
Initializes a new instance of the DataBufferPool class.
Top
Properties
  NameDescription
Public propertyDisabled
Gets or sets whether the pool is disabled. If disabled, each call to take a buffer will result in a new allocation.
Public propertyEnableStatistics
Gets or sets whether to enable statistics.
Public propertyStatic memberInstance
Gets the singleton instance.
Public propertyStatistics
Gets the pool usage statistics.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodTake(Int32)
Takes a buffer from the pool.
Public methodTake(Int32, Boolean)
Takes a buffer from the pool.
Public methodTake(Int32, Boolean, Boolean)
Takes a buffer from the pool.
Public methodToString (Inherited from Object.)
Top
See Also