ServiceHostBase::IncrementManualFlowControlLimit Method (Int32)
.NET Framework (current version)
Increases the limit on the flow rate of messages to the hosted service by a specified increment.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- incrementBy
-
Type:
System::Int32
The number of messages by which to increase the flow control limit.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero. |
This limit can be accessed using the ManualFlowControlLimit property.
.NET Framework
Available since 3.0
Available since 3.0
Show: