Binding ClientTransportExistingAcquisitionTimeoutMs Property NFX Class Library

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

Sets the length of interval for the binding trying to acquire existing client transport instance to make a call. When this interval is exhausted then binding tries to allocate a new client transport per remote address, unless other limits prohibit (max transport count). The value has to be greater or equal to zero. NOTE: this property works in conjunction with ClientTransportCoutWaitThreshold, if the number of active client transports is below ClientTransportCoutWaitThreshold, then binding does not wait and allocates a new client transport right away until ClientTransportCoutWaitThreshold limit is reached, then binding will try to acquire existing transport for ClientTransportExistingAcquisitionTimeoutMs milliseconds. 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("client-transport/$existing-acquisition-timeout-ms", 
	100)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportExistingAcquisitionTimeoutMs { get; set; }

Property Value

Type: OnlineInt32
See Also