[This is preliminary documentation and is subject to change.]
Specifies the maximum length of life of an unused memory chunk in the pool.
The idle chunk will be evicted after this interval.
This setting is common for both server and client as they share the same pool
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(null, 600)]
public int IdleChunkLifeSec { get; set; }
[ConfigAttribute(null, 600)]
public int IdleChunkLifeSec { get; set; }
<ConfigAttribute(Nothing, 600)>
Public Property IdleChunkLifeSec As Integer
Get
Set
<ConfigAttribute(Nothing, 600)>
Public Property IdleChunkLifeSec As Integer
Get
Set
public:
[ConfigAttribute(nullptr, 600)]
property int IdleChunkLifeSec {
int get ();
void set (int value);
}
public:
[ConfigAttribute(nullptr, 600)]
property int IdleChunkLifeSec {
int get ();
void set (int value);
}
[<ConfigAttribute(null, 600)>]
member IdleChunkLifeSec : int with get, set
[<ConfigAttribute(null, 600)>]
member IdleChunkLifeSec : int with get, set
Property Value
Type:
Int32