1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
713
this.
channel
= channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
734
result = this.
channel
.BeginTransactedRun(instanceId, callback, this);
738
result = this.
channel
.BeginRun(instanceId, callback, this);
754
thisPtr.
channel
.EndTransactedRun(result);
758
thisPtr.
channel
.EndRun(result);