BufferedReceiveElement.MaxPendingMessagesPerChannel Property

Definition

Gets or sets the maximum number of messages which can be buffered for a communications channel during a workflow service operation.

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

Property Value

An integer.

Attributes

Applies to