DataBufferPool Class |
Namespace: FM.IceLink
The DataBufferPool type exposes the following members.
| Name | Description | |
|---|---|---|
| DataBufferPool |
Initializes a new instance of the DataBufferPool class.
|
| Name | Description | |
|---|---|---|
| Disabled |
Gets or sets whether the pool is disabled.
If disabled, each call to take a buffer
will result in a new allocation.
| |
| EnableStatistics |
Gets or sets whether to enable statistics.
| |
| Instance |
Gets the singleton instance.
| |
| Statistics |
Gets the pool usage statistics.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Take(Int32) |
Takes a buffer from the pool.
| |
| Take(Int32, Boolean) |
Takes a buffer from the pool.
| |
| Take(Int32, Boolean, Boolean) |
Takes a buffer from the pool.
| |
| ToString | (Inherited from Object.) |