1 write to channelFactory
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
296
this.
channelFactory
= channelFactory;
3 references to channelFactory
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
310
return this.
channelFactory
;
332
ChannelManagerHelpers.CloseCommunicationObject(this.
channelFactory
);
337
ChannelManagerHelpers.CloseCommunicationObject(this.
channelFactory
, timeout);