Share via


ConnectionPool 클래스

정의

public ref class ConnectionPool abstract : System::ServiceModel::Channels::IdlingCommunicationPool<System::String ^, System::ServiceModel::Channels::IConnection ^>
public abstract class ConnectionPool : System.ServiceModel.Channels.IdlingCommunicationPool<string,System.ServiceModel.Channels.IConnection>
type ConnectionPool = class
    inherit IdlingCommunicationPool<string, IConnection>
Public MustInherit Class ConnectionPool
Inherits IdlingCommunicationPool(Of String, IConnection)
상속

생성자

ConnectionPool(IConnectionOrientedTransportChannelFactorySettings, TimeSpan)

속성

IdleTimeout (다음에서 상속됨 IdlingCommunicationPool<TKey,TItem>)
LeaseTimeout (다음에서 상속됨 IdlingCommunicationPool<TKey,TItem>)
MaxIdleConnectionPoolCount (다음에서 상속됨 CommunicationPool<TKey,TItem>)
Name
ThisLock (다음에서 상속됨 CommunicationPool<TKey,TItem>)

메서드

AbortItem(IConnection)
AbortItem(TItem) (다음에서 상속됨 CommunicationPool<TKey,TItem>)
AddConnection(TKey, TItem, TimeSpan) (다음에서 상속됨 CommunicationPool<TKey,TItem>)
Close(TimeSpan) (다음에서 상속됨 CommunicationPool<TKey,TItem>)
CloseItem(IConnection, TimeSpan)
CloseItem(TItem, TimeSpan) (다음에서 상속됨 CommunicationPool<TKey,TItem>)
CloseItemAsync(IConnection, TimeSpan)
CloseItemAsync(TItem, TimeSpan) (다음에서 상속됨 IdlingCommunicationPool<TKey,TItem>)
CreateEndpointConnectionPool(TKey) (다음에서 상속됨 IdlingCommunicationPool<TKey,TItem>)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetPoolKey(EndpointAddress, Uri) (다음에서 상속됨 CommunicationPool<TKey,TItem>)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IsCompatible(IConnectionOrientedTransportChannelFactorySettings)
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>)

적용 대상