1 write to channelPool
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
36
this.
channelPool
= new PooledChannelPool(settings);
7 references to channelPool
System.WorkflowServices (7)
System\Workflow\Runtime\Hosting\ChannelManager.cs (7)
69
return this.
channelPool
;
85
this.
channelPool
.Close(ServiceDefaults.CloseTimeout);
112
this.
channelPool
.AddConnection(key, channel, ServiceDefaults.OpenTimeout);
121
this.
channelPool
.ReturnConnection(key, channel, connectionIsStillGood, ServiceDefaults.CloseTimeout);
160
channel = this.
channelPool
.TakeConnection(cacheAddress, via, ServiceDefaults.OpenTimeout, out key);
164
this.
channelPool
.ReturnConnection(key, channel, false, ServiceDefaults.CloseTimeout);
165
channel = this.
channelPool
.TakeConnection(cacheAddress, via, ServiceDefaults.OpenTimeout, out key);