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