2 types derived from IdlingCommunicationPool
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
12class ChannelPool<TChannel> : IdlingCommunicationPool<ChannelPoolKey, TChannel>
System\ServiceModel\Channels\ConnectionPool.cs (1)
621abstract class ConnectionPool : IdlingCommunicationPool<string, IConnection>
3 references to IdlingCommunicationPool
System.ServiceModel (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
60public IdleTimeoutEndpointConnectionPool(IdlingCommunicationPool<TKey, TItem> parent, TKey key) 119IdlingCommunicationPool<TKey, TItem> idlingCommunicationPool = ((IdlingCommunicationPool<TKey, TItem>)parent.Parent);