ChannelPoolSettings.MaxOutboundChannelsPerEndpoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定服務可初始化連線到遠端端點之通道的最大數目。
public:
property int MaxOutboundChannelsPerEndpoint { int get(); void set(int value); };
public int MaxOutboundChannelsPerEndpoint { get; set; }
member this.MaxOutboundChannelsPerEndpoint : int with get, set
Public Property MaxOutboundChannelsPerEndpoint As Integer
屬性值
正整數,指定可由服務初始化成連線到集區內遠端端點之通道的最大數目。 預設值為 10 個通道。
例外狀況
這個值小於零。
備註
MaxOutboundChannelsPerEndpoint 配額會設定伺服器和用戶端雙方的快取限制,並可用來改善可靠性。 預設值是依據最為保守穩當的資源配置所設定,這個設定值適合開發環境和小規模的安裝情況。 如果安裝時資源不足,或是連線不論是否有額外的資源都會受到限制,服務系統管理員就應該檢查此值。