1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
774
this.
channel
= channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
794
result = this.
channel
.BeginTransactedSuspend(instanceId, reason, callback, this);
798
result = this.
channel
.BeginSuspend(instanceId, reason, callback, this);
815
thisPtr.
channel
.EndTransactedSuspend(result);
819
thisPtr.
channel
.EndSuspend(result);