Base:
method
Return
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Return(TItem)
1 override of Return
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
139
public override bool
Return
(TItem connection)
2 references to Return
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
148
bool result = base.
Return
(connection);
273
bool successfulReturn = base.
Return
(connectionsCopy[i]);