DispatcherSynchronizationElement.MaxPendingReceives Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of received messages that can be buffered by the dispatcher.
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
Property Value
A number that represents a quantity of messages.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.