DefaultBlockPoolMonitor.Report(Int64, Int64, Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定期报告块池状态
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)
参数
- totalMemoryInByte
- Int64
- availableMemoryInByte
- Int64
可用于分配给缓存的内存。
- claimedMemoryInByte
- Int64
缓存使用的内存。