1 instantiation of ChannelManager
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
146this.channelManager = new ChannelManager(this.settings, this.codeEndpoints);
7 references to ChannelManager
System.WorkflowServices (7)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
358ChannelManager owner; 360internal PooledChannel(ChannelManager owner, ChannelFactoryReference factoryReference, EndpointAddress factoryKey, IChannel channel)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (5)
27ChannelManager channelManager; 300ChannelManager.PooledChannel channel = this.channelManager.TakeChannel(endpointName, contractType, customAddress, out channelKey); 350ChannelManager.PooledChannel channel; 357public PooledChannelTicket(ChannelManagerService service, ChannelManager.PooledChannel channel, ChannelPoolKey channelPoolKey, Guid workflowId, Guid logicalChannelId) 391internal ChannelManager.PooledChannel PooledChannel