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