UdpTransportSettingsElement::MaxPendingMessageCount Property
.NET Framework (current version)
Gets or sets the value of the MaxPendingMessageCount property in a UDP transport configuration element.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
public: [ConfigurationPropertyAttribute("maxPendingMessageCount", DefaultValue = 32)] [IntegerValidatorAttribute(MinValue = 1, MaxValue = 2147483647)] property int MaxPendingMessageCount { int get(); void set(int value); }
Property Value
Type: System::Int32The maximum number of messages that are received but not yet removed from the input queue for an individual channel instance.
.NET Framework
Available since 4.0
Available since 4.0
Show: