Udostępnij za pośrednictwem


BufferedReceiveElement.MaxPendingMessagesPerChannel Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę komunikatów, które mogą być buforowane dla kanału komunikacji podczas operacji usługi przepływu pracy.

public:
 property int MaxPendingMessagesPerChannel { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Int32Converter))]
[System.Configuration.ConfigurationProperty("maxPendingMessagesPerChannel", DefaultValue=512)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)]
public int MaxPendingMessagesPerChannel { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.Int32Converter))>]
[<System.Configuration.ConfigurationProperty("maxPendingMessagesPerChannel", DefaultValue=512)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)>]
member this.MaxPendingMessagesPerChannel : int with get, set
Public Property MaxPendingMessagesPerChannel As Integer

Wartość właściwości

Liczba całkowita.

Atrybuty

Dotyczy