Share via


CommunicationPool<TKey,TItem>.EndpointConnectionPool 類別

定義

protected:  where TKey : class where TItem : classref class CommunicationPool<TKey, TItem>::EndpointConnectionPool
protected class CommunicationPool<TKey,TItem>.EndpointConnectionPool where TKey : class where TItem : class
Protected Class CommunicationPool(Of TKey, TItem).EndpointConnectionPool

類型參數

TKey
TItem
繼承
CommunicationPool<TKey,TItem>.EndpointConnectionPool
衍生

建構函式

CommunicationPool<TKey,TItem>.EndpointConnectionPool(CommunicationPool<TKey,TItem>, TKey)

屬性

Key
Parent
ThisLock

方法

Abort()
AbortItem(TItem)
AddConnection(TItem, TimeSpan)
Close(TimeSpan)
CloseIdleConnection(TItem, TimeSpan)
CloseIfEmpty()
CloseItem(TItem, TimeSpan)
CloseItemAsync(TItem, TimeSpan)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetIdleConnectionPool()
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnConnectionAborted()
Prune(List<TItem>)
ReturnConnection(TItem, Boolean, TimeSpan)
TakeConnection(TimeSpan)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於