IdlingCommunicationPool<TKey,TItem> Class

Definition

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)

Type Parameters

TKey
TItem
Inheritance
IdlingCommunicationPool<TKey,TItem>
Derived

Constructors

IdlingCommunicationPool<TKey,TItem>(Int32, TimeSpan, TimeSpan)

Properties

IdleTimeout
LeaseTimeout
MaxIdleConnectionPoolCount (Inherited from CommunicationPool<TKey,TItem>)
ThisLock (Inherited from CommunicationPool<TKey,TItem>)

Methods

AbortItem(TItem) (Inherited from CommunicationPool<TKey,TItem>)
AddConnection(TKey, TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
Close(TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
CloseItem(TItem, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
CloseItemAsync(TItem, TimeSpan)
CreateEndpointConnectionPool(TKey)
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)
GetPoolKey(EndpointAddress, Uri) (Inherited from CommunicationPool<TKey,TItem>)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnClosed() (Inherited from CommunicationPool<TKey,TItem>)
ReturnConnection(TKey, TItem, Boolean, TimeSpan) (Inherited from CommunicationPool<TKey,TItem>)
TakeConnection(EndpointAddress, Uri, TimeSpan, TKey) (Inherited from CommunicationPool<TKey,TItem>)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryOpen() (Inherited from CommunicationPool<TKey,TItem>)

Applies to