1 write to channelManager
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
146
this.
channelManager
= new ChannelManager(this.settings, this.codeEndpoints);
4 references to channelManager
System.WorkflowServices (4)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
154
if (!this.closed && this.
channelManager
!= null)
156
this.
channelManager
.Close();
271
this.
channelManager
.ReturnChannel(pooledChannel.ChannelPoolKey, pooledChannel.PooledChannel);
300
ChannelManager.PooledChannel channel = this.
channelManager
.TakeChannel(endpointName, contractType, customAddress, out channelKey);