Struct PoolMetrics
Syntax
public struct PoolMetrics
Constructors
PoolMetrics(Int32, Int32, Int32)
Declaration
public PoolMetrics(int inPool, int created, int poolSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | inPool | |
System.Int32 | created | |
System.Int32 | poolSize |
Fields
InPool
Declaration
public readonly int InPool
Created
Declaration
public readonly int Created
PoolSize
Declaration
public readonly int PoolSize
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |