Class BufferPoolInfo
Inheritance
BufferPoolInfo
Assembly: Akka.dll
Syntax
public class BufferPoolInfo
Constructors
|
Edit this page
View Source
BufferPoolInfo(Type, long, long, long)
Declaration
public BufferPoolInfo(Type type, long totalSize, long free, long used)
Parameters
Properties
|
Edit this page
View Source
Free
Declaration
public long Free { get; }
Property Value
|
Edit this page
View Source
TotalSize
Declaration
public long TotalSize { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public Type Type { get; }
Property Value
|
Edit this page
View Source
Used
Declaration
public long Used { get; }
Property Value
Extension Methods