IdlingCommunicationPool<TKey,TItem> Clase

Definición

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)

Parámetros de tipo

TKey
TItem
Herencia
IdlingCommunicationPool<TKey,TItem>
Derivado

Constructores

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

Propiedades

IdleTimeout
LeaseTimeout
MaxIdleConnectionPoolCount (Heredado de CommunicationPool<TKey,TItem>)
ThisLock (Heredado de CommunicationPool<TKey,TItem>)

Métodos

AbortItem(TItem) (Heredado de CommunicationPool<TKey,TItem>)
AddConnection(TKey, TItem, TimeSpan) (Heredado de CommunicationPool<TKey,TItem>)
Close(TimeSpan) (Heredado de CommunicationPool<TKey,TItem>)
CloseItem(TItem, TimeSpan) (Heredado de CommunicationPool<TKey,TItem>)
CloseItemAsync(TItem, TimeSpan)
CreateEndpointConnectionPool(TKey)
Equals(Object)

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()

Sirve como la función hash predeterminada.

(Heredado de Object)
GetPoolKey(EndpointAddress, Uri) (Heredado de CommunicationPool<TKey,TItem>)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Object actual.

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

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)
TryOpen() (Heredado de CommunicationPool<TKey,TItem>)

Se aplica a