[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.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("client-transport/$max-count", 0)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportMaxCount { get; set; }
[ConfigAttribute("client-transport/$max-count", 0)]
[ExternalParameterAttribute(new string[] { ... })]
public int ClientTransportMaxCount { get; set; }
<ConfigAttribute("client-transport/$max-count", 0)>
<ExternalParameterAttribute(New String() { ... })>
Public Property ClientTransportMaxCount As Integer
Get
Set
<ConfigAttribute("client-transport/$max-count", 0)>
<ExternalParameterAttribute(New String() { ... })>
Public Property ClientTransportMaxCount As Integer
Get
Set
public:
[ConfigAttribute(L"client-transport/$max-count", 0)]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property int ClientTransportMaxCount {
int get ();
void set (int value);
}
public:
[ConfigAttribute(L"client-transport/$max-count", 0)]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property int ClientTransportMaxCount {
int get ();
void set (int value);
}
[<ConfigAttribute("client-transport/$max-count", 0)>]
[<ExternalParameterAttribute(new string[] { ... })>]
member ClientTransportMaxCount : int with get, set
[<ConfigAttribute("client-transport/$max-count", 0)>]
[<ExternalParameterAttribute(new string[] { ... })>]
member ClientTransportMaxCount : int with get, set
Property Value
Type:
Int32