ChannelPoolSettings.MaxOutboundChannelsPerEndpoint 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 channels connecting to remote endpoints that can be initiated by the service.
public:
property int MaxOutboundChannelsPerEndpoint { int get(); void set(int value); };
public int MaxOutboundChannelsPerEndpoint { get; set; }
member this.MaxOutboundChannelsPerEndpoint : int with get, set
Public Property MaxOutboundChannelsPerEndpoint As Integer
Property Value
A positive integer that specifies the maximum number of channels to a remote endpoint in the pool that can be initiated by the service. The default value is 10 channels.
Exceptions
The value is less than zero.
Remarks
The MaxOutboundChannelsPerEndpoint quota sets cache limits on both the server and the client and is used to improve reliability. The default value is based on a conservatively modest allocation of resources that is suitable for a development environment and small installation scenarios. Service administrators should review the value if an installation is running out of resources or if connections are being limited despite the availability of additional resources.