Freigeben über


ConnectionOrientedTransportElement.MaxPendingConnections Eigenschaft

Definition

Ruft die maximale Anzahl ausstehender Verbindungen ab oder legt sie fest.

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

Eigenschaftswert

Die maximale Anzahl ausstehender Verbindungen.

Attribute

Gilt für: