共用方式為


NamedPipeConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint 屬性

定義

取得或設定在連線集區內快取之每一個端點的傳出連線數目上限。

public:
 property int MaxOutboundConnectionsPerEndpoint { int get(); void set(int value); };
public int MaxOutboundConnectionsPerEndpoint { get; set; }
member this.MaxOutboundConnectionsPerEndpoint : int with get, set
Public Property MaxOutboundConnectionsPerEndpoint As Integer

屬性值

在連線集區內快取之每一個端點所允許的傳出連線數目上限。 預設值是 10。

例外狀況

這個值小於或等於零。

備註

這會限制針對每一個唯一端點快取的連接數目。 如果因為有更多使用中的用戶端連接而超出這個值,則此服務對用戶端可能會沒有回應,而且應該調整這個值,以超出每一個唯一端點所快取的預期連接數目上限。

適用於