Binding ClientTransportCountWaitThreshold Property NFX Class Library

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

Sets the threshold, expressed as the number of active client transports per remote address, below which binding will always allocate a new instance of client transport without trying/waiting to acquire an existing one. When this number is exceeded then binding will try to acquire an existing client transport instance for up to 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/$count-wait-threshold", 8)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportCountWaitThreshold { get; set; }

Property Value

Type: OnlineInt32
See Also