DefaultBlockPoolMonitor.Report(Int64, Int64, Int64) Method
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.
Periodically report block pool status
public void Report (long totalMemoryInByte, long availableMemoryInByte, long claimedMemoryInByte);
abstract member Report : int64 * int64 * int64 -> unit
override this.Report : int64 * int64 * int64 -> unit
Public Sub Report (totalMemoryInByte As Long, availableMemoryInByte As Long, claimedMemoryInByte As Long)
Parameters
- totalMemoryInByte
- Int64
- availableMemoryInByte
- Int64
Memory which is available for allocating to caches.
- claimedMemoryInByte
- Int64
Memory in use by caches.