Share via


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

適用於