Share via


BufferedReceiveElement.MaxPendingMessagesPerChannel 属性

定义

在工作流服务操作期间为通信通道获取或设置可缓冲的最大消息数。

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

属性值

一个整数。

属性

适用于