ConnectionOrientedTransportBindingElement.MaxPendingConnections 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在服务上等待调度的最大连接数。
public:
property int MaxPendingConnections { int get(); void set(int value); };
public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer
属性值
在服务上等待调度的最大入站连接数。 默认值为 12 * 个处理器数。
例外
值小于或等于零。
注解
此属性控制一个传输已接受但 ServiceModel 调度程序尚未选取的连接的数目。 若要设置此值,请对该绑定使用 MaxConnections
或对该绑定元素使用 maxOutboundConnectionsPerEndpoint
。
当堆栈中的高层调用 AcceptDispatch
时,该连接就会从等待调度的连接队列中移除。