LocalServiceSecuritySettingsElement.MaxPendingSessions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスがサポートする保留状態のセキュリティ セッションの最大数を指定する値を取得または設定します。
public:
property int MaxPendingSessions { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingSessions { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingSessions : int with get, set
Public Property MaxPendingSessions As Integer
プロパティ値
サービスがサポートする保留状態のセキュリティ セッションの最大数。 既定値は 1000 です。
- 属性
注釈
この制限に達すると、すべての新しいクライアントが SOAP エラーを受け取ります。