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