Binding ClientTransportIdleTimeoutMs Property NFX Class Library

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

Specifies when client 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

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

Property Value

Type: OnlineInt32
See Also