다음을 통해 공유


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

속성 값

정수입니다.

특성

적용 대상