Share via


CommunicationPool<TKey,TItem> 클래스

정의

generic <typename TKey, typename TItem>
 where TKey : class where TItem : classpublic ref class CommunicationPool abstract
public abstract class CommunicationPool<TKey,TItem> where TKey : class where TItem : class
type CommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)> = class
Public MustInherit Class CommunicationPool(Of TKey, TItem)

형식 매개 변수

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

생성자

CommunicationPool<TKey,TItem>(Int32)

속성

MaxIdleConnectionPoolCount
ThisLock

메서드

AbortItem(TItem)
AddConnection(TKey, TItem, TimeSpan)
Close(TimeSpan)
CloseItem(TItem, TimeSpan)
CloseItemAsync(TItem, TimeSpan)
CreateEndpointConnectionPool(TKey)
Equals(Object)

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

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

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

(다음에서 상속됨 Object)
GetPoolKey(EndpointAddress, Uri)
GetType()

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

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

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnClosed()
ReturnConnection(TKey, TItem, Boolean, TimeSpan)
TakeConnection(EndpointAddress, Uri, TimeSpan, TKey)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

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

적용 대상