次の方法で共有


NetEventRelayBindingElement.MaxConnections プロパティ

定義

クライアントで後続の再利用のためにプールする接続の最大数と、サーバーでのディスパッチの保留中に許可される接続の最大数を取得または設定します。

[System.Configuration.ConfigurationProperty("maxConnections", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxConnections", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxConnections : int with get, set
Public Property MaxConnections As Integer

プロパティ値

クライアントでは、 は、後続の再利用のためにプールされる接続の最大数を返します。は、保留中のディスパッチが許可されている接続の最大数を返します。

属性

適用対象