MpxBinding IdleChunkLifeSec Property NFX Class Library

[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.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute(null, 600)]
public int IdleChunkLifeSec { get; set; }

Property Value

Type: OnlineInt32
See Also