1 instantiation of PooledChannelTicket
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
307PooledChannelTicket pooledChannel = new PooledChannelTicket(this, channel, channelKey, workflowId, logicalChannel.InstanceId);
3 references to PooledChannelTicket
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
258internal void ReturnChannel(PooledChannelTicket pooledChannel) 274internal PooledChannelTicket TakeChannel(Guid workflowId, LogicalChannel logicalChannel) 307PooledChannelTicket pooledChannel = new PooledChannelTicket(this, channel, channelKey, workflowId, logicalChannel.InstanceId);