CommunicationPool<TKey,TItem> クラス

定義

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

型パラメーター

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

コンストラクター

CommunicationPool<TKey,TItem>(Int32)

プロパティ

MaxIdleConnectionPoolCount
ThisLock

メソッド

AbortItem(TItem)
AddConnection(TKey, TItem, TimeSpan)
Close(TimeSpan)
CloseItem(TItem, TimeSpan)
CloseItemAsync(TItem, TimeSpan)
CreateEndpointConnectionPool(TKey)
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetPoolKey(EndpointAddress, Uri)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

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

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

(継承元 Object)
TryOpen()

適用対象