Binding ServerTransportIdleTimeoutMs Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies when server transports get auto-closed. Interval is measured in ms. Zero means indefinite/never closed transport. For more info, see 'NFX.Glue: Client Call Concurrency' topic in manual/blog

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("server-transport/$idle-timeout-ms", 600000)]
[ExternalParameterAttribute(new string[] { ... })]
public int ServerTransportIdleTimeoutMs { get; set; }

Property Value

Type: OnlineInt32
See Also