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