ConnectionPool Class

Definition

public ref class ConnectionPool abstract : System::ServiceModel::Channels::IdlingCommunicationPool<System::String ^, System::ServiceModel::Channels::IConnection ^>
public abstract class ConnectionPool : System.ServiceModel.Channels.IdlingCommunicationPool<string,System.ServiceModel.Channels.IConnection>
type ConnectionPool = class
    inherit IdlingCommunicationPool<string, IConnection>
Public MustInherit Class ConnectionPool
Inherits IdlingCommunicationPool(Of String, IConnection)
Inheritance

Constructors

ConnectionPool(IConnectionOrientedTransportChannelFactorySettings, TimeSpan)

Properties

IdleTimeout (Inherited from IdlingCommunicationPool<TKey,TItem>)
LeaseTimeout (Inherited from IdlingCommunicationPool<TKey,TItem>)
MaxIdleConnectionPoolCount (Inherited from CommunicationPool<TKey,TItem>)
Name
ThisLock (Inherited from CommunicationPool<TKey,TItem>)

Methods

AbortItem(IConnection)
AbortItem(TItem) (Inherited from CommunicationPool<TKey,TItem>)
AddConnection(TKey, TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
Close(TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
CloseItem(IConnection, TimeSpan)
CloseItem(TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
CloseItemAsync(IConnection, TimeSpan)
CloseItemAsync(TItem, TimeSpan) (Inherited from IdlingCommunicationPool<TKey,TItem>)
CreateEndpointConnectionPool(TKey) (Inherited from IdlingCommunicationPool<TKey,TItem>)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetPoolKey(EndpointAddress, Uri) (Inherited from CommunicationPool<TKey,TItem>)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsCompatible(IConnectionOrientedTransportChannelFactorySettings)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnClosed() (Inherited from CommunicationPool<TKey,TItem>)
ReturnConnection(TKey, TItem, Boolean, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
TakeConnection(EndpointAddress, Uri, TimeSpan, TKey) (Inherited from CommunicationPool<TKey,TItem>)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryOpen() (Inherited from CommunicationPool<TKey,TItem>)

Applies to