Binding ClientTransportMaxExistingAcquisitionTimeoutMs Property NFX Class Library

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

Imposes a timeout for binding trying to get an existing transport instance per remote address. Binding throws ClientCallException when this timeout is exceeded. A value of zero removes the limit

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

[ConfigAttribute("client-transport/$max-existing-acquisition-timeout-ms", 
	15000)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportMaxExistingAcquisitionTimeoutMs { get; set; }

Property Value

Type: OnlineInt32
See Also