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

一个表示消息数量的数字。

属性

适用于