2 overrides of Channel
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
367
public override IChannel
Channel
430
public override IChannel
Channel
2 references to Channel
System.WorkflowServices (2)
System\Workflow\Activities\SendActivity.cs (2)
394
using (OperationContextScope scope = new OperationContextScope((IContextChannel) leasedChannel.
Channel
))
419
returnValue = this.InvokeOperation(methodInfo, leasedChannel.
Channel
, parameters);