次の方法で共有


RelayedOnewayTransportElement.ListenBacklog プロパティ

定義

保留可能なキュー内の接続要求の最大数を取得または設定します。

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

プロパティ値

保留可能なキュー内の接続要求の最大数です。

属性

適用対象