ConnectionOrientedTransportBindingElement.MaxPendingConnections 属性

定义

获取或设置在服务上等待调度的最大连接数。

C#
public int MaxPendingConnections { get; set; }

属性值

在服务上等待调度的最大入站连接数。 默认值为 12 * 个处理器数。

例外

值小于或等于零。

注解

此属性控制一个传输已接受但 ServiceModel 调度程序尚未选取的连接的数目。 若要设置此值,请对该绑定使用 MaxConnections 或对该绑定元素使用 maxOutboundConnectionsPerEndpoint

当堆栈中的高层调用 AcceptDispatch 时,该连接就会从等待调度的连接队列中移除。

适用于

产品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1