CommunicationPool<TKey,TItem>.EndpointConnectionPool Class

Definition

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

Type Parameters

TKey
TItem
Inheritance
CommunicationPool<TKey,TItem>.EndpointConnectionPool
Derived

Constructors

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

Properties

Key
Parent
ThisLock

Methods

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

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetIdleConnectionPool()
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnConnectionAborted()
Prune(List<TItem>)
ReturnConnection(TItem, Boolean, TimeSpan)
TakeConnection(TimeSpan)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to