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

Применяется к