Aracılığıyla paylaş


BufferedReceiveElement.MaxPendingMessagesPerChannel Özellik

Tanım

bir iş akışı hizmeti işlemi sırasında iletişim kanalı için arabelleğe alınabilecek en fazla ileti sayısını alır veya ayarlar.

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

Özellik Değeri

Bir tamsayı.

Öznitelikler

Şunlara uygulanır