Binding ClientTransportMaxCount Property NFX Class Library

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

Imposes a limit on number of active client transports per remote address. Once this limit is reached the binding will block until it can acquire an existing transport instance. Set value to zero to remove the limit. 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/$max-count", 0)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportMaxCount { get; set; }

Property Value

Type: OnlineInt32
See Also