1 override of AbortItem
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
71
protected override void
AbortItem
(TItem item)
5 references to AbortItem
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPool.cs (4)
371
this.
AbortItem
(idleItemsToClose[i]);
376
this.
AbortItem
(busyConnections[i]);
518
this.
AbortItem
(connection);
544
this.
AbortItem
(connection);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
74
base.
AbortItem
(item);