Partager via


DispatcherSynchronizationElement.MaxPendingReceives Propriété

Définition

Obtient ou définit le nombre maximal de messages reçus qui peuvent être mis en mémoire tampon par le répartiteur.

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

Valeur de propriété

Int32

Nombre qui représente une quantité de messages.

Attributs

S’applique à