2 overrides of CloseItem
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
27
protected override void
CloseItem
(TChannel item, TimeSpan timeout)
System\ServiceModel\Channels\ConnectionPool.cs (1)
645
protected override void
CloseItem
(IConnection item, TimeSpan timeout)
2 references to CloseItem
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (1)
309
parent.
CloseItem
(item, timeout);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
41
this.
CloseItem
(item, timeout);