ChannelPoolSettings

ChannelPoolSettings

Syntax

class ChannelPoolSettings
{
  datetime IdleTimeout;
  datetime LeaseTimeout;
  sint32 MaxOutboundChannelsPerEndpoint;
};

Methods

The ChannelPoolSettings class does not define any methods.

Properties

The ChannelPoolSettings class has the following properties:

IdleTimeout

Data type: datetime

Access type: Read-only

The maximum time the connection can be idle before being disconnected.

LeaseTimeout

Data type: datetime

Access type: Read-only

The maximum time for a lease operation to complete before timing out.

MaxOutboundChannelsPerEndpoint

Data type: sint32

Access type: Read-only

The maximum number of outbound channels for each endpoint.

Requirements

MOF Declared in Servicemodel.mof.

Namespace

Defined in root\ServiceModel

See Also

Reference

ChannelPoolSettings