ReliableSessionBindingElement::MaxPendingChannels Property
Gets or sets the largest number of channels that can be pending during the reliable session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Int32The largest number of channels that can be pending. The default value is 4.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value set is less than or equal to zero or greater than 16384. |
Channels are pending when they are waiting to be accepted. Once that limit is reached, no channels are created and put in pending mode until this number goes down (by accepting pending channels). This is a limit for each listener.
When the threshold is reached and a remote application tries to establish a new reliable session, the request is denied and the open operation that prompted this faults.
Available since 3.0