IdlingCommunicationPool<TKey,TItem>.IdleTimeoutEndpointConnectionPool Class

Definition

protected:  where TKey : class where TItem : classref class IdlingCommunicationPool<TKey, TItem>::IdleTimeoutEndpointConnectionPool : System::ServiceModel::Channels::CommunicationPool<TKey, TItem>::EndpointConnectionPool
protected class IdlingCommunicationPool<TKey,TItem>.IdleTimeoutEndpointConnectionPool : System.ServiceModel.Channels.CommunicationPool<TKey,TItem>.EndpointConnectionPool where TKey : class where TItem : class
Protected Class IdlingCommunicationPool(Of TKey, TItem).IdleTimeoutEndpointConnectionPool
Inherits CommunicationPool(Of TKey, TItem).EndpointConnectionPool

Type Parameters

TKey
TItem
Inheritance
IdlingCommunicationPool<TKey,TItem>.IdleTimeoutEndpointConnectionPool

Constructors

IdlingCommunicationPool<TKey,TItem>.IdleTimeoutEndpointConnectionPool(IdlingCommunicationPool<TKey,TItem>, TKey)

Properties

Key (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
Parent (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
ThisLock (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)

Methods

Abort() (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
AbortItem(TItem)
AddConnection(TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
Close(TimeSpan) (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
CloseIdleConnection(TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
CloseIfEmpty() (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
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() (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
Prune(List<TItem>)
ReturnConnection(TItem, Boolean, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
TakeConnection(TimeSpan) (Inherited from CommunicationPool<TKey,TItem>.EndpointConnectionPool)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to