5 references to Close
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
68if (pool.Close(timeout))
System\ServiceModel\Channels\OneWayChannelFactory.cs (4)
401this.channelPool.Close(TimeSpan.Zero); 481this.channelPool.Close(TimeSpan.Zero); 489this.channelPool.Close(timeout); 497this.channelPool.Close(timeout);