Share via


IdlingCommunicationPool<TKey,TItem> 클래스

정의

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)

형식 매개 변수

TKey
TItem
상속
IdlingCommunicationPool<TKey,TItem>
파생

생성자

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

속성

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

메서드

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

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

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

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

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

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

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

적용 대상