ConnectionPool クラス

定義

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)
継承

コンストラクター

ConnectionPool(IConnectionOrientedTransportChannelFactorySettings, TimeSpan)

プロパティ

IdleTimeout (継承元 IdlingCommunicationPool<TKey,TItem>)
LeaseTimeout (継承元 IdlingCommunicationPool<TKey,TItem>)
MaxIdleConnectionPoolCount (継承元 CommunicationPool<TKey,TItem>)
Name
ThisLock (継承元 CommunicationPool<TKey,TItem>)

メソッド

AbortItem(IConnection)
AbortItem(TItem) (継承元 CommunicationPool<TKey,TItem>)
AddConnection(TKey, TItem, TimeSpan) (継承元 CommunicationPool<TKey,TItem>)
Close(TimeSpan) (継承元 CommunicationPool<TKey,TItem>)
CloseItem(IConnection, TimeSpan)
CloseItem(TItem, TimeSpan) (継承元 CommunicationPool<TKey,TItem>)
CloseItemAsync(IConnection, TimeSpan)
CloseItemAsync(TItem, TimeSpan) (継承元 IdlingCommunicationPool<TKey,TItem>)
CreateEndpointConnectionPool(TKey) (継承元 IdlingCommunicationPool<TKey,TItem>)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetPoolKey(EndpointAddress, Uri) (継承元 CommunicationPool<TKey,TItem>)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IsCompatible(IConnectionOrientedTransportChannelFactorySettings)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnClosed() (継承元 CommunicationPool<TKey,TItem>)
ReturnConnection(TKey, TItem, Boolean, TimeSpan) (継承元 CommunicationPool<TKey,TItem>)
TakeConnection(EndpointAddress, Uri, TimeSpan, TKey) (継承元 CommunicationPool<TKey,TItem>)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
TryOpen() (継承元 CommunicationPool<TKey,TItem>)

適用対象