다음을 통해 공유


DispatcherSynchronizationElement.MaxPendingReceives 속성

정의

디스패처가 버퍼링할 수 있는 받은 메시지의 최대 개수를 가져오거나 설정합니다.

public:
 property int MaxPendingReceives { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingReceives", DefaultValue=1)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingReceives { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingReceives", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingReceives : int with get, set
Public Property MaxPendingReceives As Integer

속성 값

Int32

메시지 수량을 나타내는 숫자입니다.

특성

적용 대상