IdlingCommunicationPool<TKey,TItem> クラス

定義

generic <typename TKey, typename TItem>
 where TKey : class where TItem : classpublic ref class IdlingCommunicationPool abstract : System::ServiceModel::Channels::CommunicationPool<TKey, TItem>
public abstract class IdlingCommunicationPool<TKey,TItem> : System.ServiceModel.Channels.CommunicationPool<TKey,TItem> where TKey : class where TItem : class
type IdlingCommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)> = class
    inherit CommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)>
Public MustInherit Class IdlingCommunicationPool(Of TKey, TItem)
Inherits CommunicationPool(Of TKey, TItem)

型パラメーター

TKey
TItem
継承
IdlingCommunicationPool<TKey,TItem>
派生

コンストラクター

IdlingCommunicationPool<TKey,TItem>(Int32, TimeSpan, TimeSpan)

プロパティ

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

メソッド

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

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

(継承元 Object)
GetHashCode()

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

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

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

(継承元 Object)
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>)

適用対象