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