Base:
method
Take
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Take(out System.Boolean)
1 override of Take
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
157
public override TItem
Take
(out bool closeItem)
2 references to Take
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
162
TItem item = base.
Take
(out closeItem);
260
connectionsCopy[i] = base.
Take
(out closeItem);