Partage via


OneWayElement.MaxAcceptedChannels Propriété

Définition

Obtient ou définit le nombre maximal de canaux qui peuvent être acceptés.

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

Valeur de propriété

Int32

Le nombre maximal de canaux qui peuvent être acceptés.

Attributs

S’applique à